Explorar o código

Update default.conf

roland-becsi-veratrak %!s(int64=2) %!d(string=hai) anos
pai
achega
7ffac15f42
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;
+    }
 }