yin 8 mesiacov pred
rodič
commit
c56b8c8651
1 zmenil súbory, kde vykonal 1 pridanie a 6 odobranie
  1. 1 6
      install/nginx/scan_central.conf

+ 1 - 6
install/nginx/scan_central.conf

@@ -4,12 +4,7 @@ server {
         proxy_read_timeout 300s;
         proxy_connect_timeout 300s;
         proxy_send_timeout 300s;
-		
-		location / {
-            root   ../../scancentral/web;
-            try_files  $uri  $uri/  /index.html;
-        }
- 
+
         location /file/ {
                 alias ../../scancentral/static/;
                 add_header Access-Control-Allow-Origin *;