diff --git a/nginx/http.template b/nginx/http.template index edd4616..4c06c8c 100644 --- a/nginx/http.template +++ b/nginx/http.template @@ -9,7 +9,7 @@ server { root /var/www/html; location / { - try_files $uri @portal; + try_files static/$uri @portal; } location /share/ { diff --git a/nginx/https.template b/nginx/https.template index 3463621..76949d7 100644 --- a/nginx/https.template +++ b/nginx/https.template @@ -18,7 +18,7 @@ server { root /var/www/html; location / { - try_files $uri @portal; + try_files static/$uri @portal; } location /share/ {