Parcourir la source

Update default.conf

roland-becsi-veratrak il y a 2 ans
Parent
commit
7ffac15f42
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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;
+    }
 }