diff --git a/nginx/default.conf b/nginx/default.conf index 563bced..abcd7fe 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -4,6 +4,7 @@ server { proxy_connect_timeout 7d; proxy_send_timeout 7d; proxy_read_timeout 7d; + absolute_redirect off; location = /ws { proxy_pass http://127.0.0.1:${TFW_WEB_PORT};