xiatian 9 달 전
부모
커밋
7097aea282
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      install/nginx/scan_central.conf

+ 5 - 0
install/nginx/scan_central.conf

@@ -4,6 +4,11 @@ server {
         proxy_read_timeout 300s;
         proxy_connect_timeout 300s;
         proxy_send_timeout 300s;
+		
+		location / {
+            root   ../../markingcet/web;
+            try_files  $uri  $uri/  /index.html;
+        }
  
         location /file/ {
                 alias ../../scancentral/static/;