diff --git a/services/nginx/conf-prod.conf b/services/nginx/conf-prod.conf index 5706e3390b..490284cab6 100644 --- a/services/nginx/conf-prod.conf +++ b/services/nginx/conf-prod.conf @@ -20,7 +20,7 @@ http { root /usr/share/nginx/html; location /static { - alias public; + alias /usr/share/nginx/html; autoindex on; } diff --git a/services/salix/client/index.ejs b/services/salix/client/index.ejs index 43239d5afd..83060a29a5 100644 --- a/services/salix/client/index.ejs +++ b/services/salix/client/index.ejs @@ -7,7 +7,7 @@