diff --git a/docker-assets/nginx.conf b/docker-assets/nginx.conf index 2f17eaaa25..d20d9d458a 100644 --- a/docker-assets/nginx.conf +++ b/docker-assets/nginx.conf @@ -1,6 +1,8 @@ server { listen 8080; server_name localhost _; + absolute_redirect off; + port_in_redirect off; root /usr/share/nginx/html; index index.html;