diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 4a390a8ed6..2d255d6a1a 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -3,7 +3,7 @@ server { server_name ${NGINX_HOST}; location ${NGINX_LOCATION} { - alias /usr/share/nginx/html; + alias /usr/share/nginx/html/; index index.html index.htm; } }