Sfoglia il codice sorgente

Update default.conf

roland-becsi-veratrak 2 anni fa
parent
commit
7ffac15f42
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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;
+    }
 }