Fix nginx redirecting to port 8888 on platform on /webservice (no trailing slash)

This commit is contained in:
Kristóf Tóth 2018-05-09 17:01:29 +02:00
parent d1305bc879
commit d67d2c6bc9

View File

@ -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};