|
@@ -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 *;
|