소스 검색

Update default.conf

roland-becsi-veratrak 2 년 전
부모
커밋
7ffac15f42
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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;
+    }
 }