Browse Source

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

Update default.conf
Aykut Saraç 2 năm trước cách đây
mục cha
commit
5524ab37d3
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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;
+    }
 }