diff --git a/docker/nginx.conf b/docker/nginx.conf index d66d04144eb..4d19da22857 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -29,6 +29,7 @@ http { index index.html index.htm; location / { + absolute_redirect off; alias /usr/share/nginx/html/; expires 1d;