diff --git a/nginx.conf b/nginx.conf index 41c80b3..b6c999e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -24,6 +24,7 @@ http { server { listen 8080 default_server; server_name _; + absolute_redirect off; location / { index index.html;