Browse Source

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

Update default.conf
Aykut Saraç 2 years ago
parent
commit
5524ab37d3
1 changed files with 8 additions and 0 deletions
  1. 8 0
      default.conf

+ 8 - 0
default.conf

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