Explorar o código

Merge pull request #274 from roland-becsi-veratrak/patch-1

Update default.conf
Aykut Saraç %!s(int64=2) %!d(string=hai) anos
pai
achega
5524ab37d3
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      default.conf

+ 8 - 0
default.conf

@@ -6,4 +6,12 @@ server {
     location /editor {
         try_files $uri /editor.html;
     }
+    
+    location /widget {
+        try_files $uri /widget.html;
+    }
+    
+    location /embed {
+        try_files $uri /embed.html;
+    }
 }