diff --git a/nginx.conf b/nginx.conf index 7528c1ec9..1dea2d7e2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -61,7 +61,7 @@ http { proxy_cache_valid 200 304 12h; proxy_cache_key $host$uri$is_args$args; try_files $uri $uri/ /index.html; - root /opt/sfms3.0/sfms3.0; + root /usr/share/nginx/html; index index.html index.htm; } }