mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 09:41:33 +00:00
Fix nginx redirecting to port 8888 on platform on /webservice (no trailing slash)
This commit is contained in:
parent
d1305bc879
commit
d67d2c6bc9
@ -4,6 +4,7 @@ server {
|
|||||||
proxy_connect_timeout 7d;
|
proxy_connect_timeout 7d;
|
||||||
proxy_send_timeout 7d;
|
proxy_send_timeout 7d;
|
||||||
proxy_read_timeout 7d;
|
proxy_read_timeout 7d;
|
||||||
|
absolute_redirect off;
|
||||||
|
|
||||||
location = /ws {
|
location = /ws {
|
||||||
proxy_pass http://127.0.0.1:${TFW_WEB_PORT};
|
proxy_pass http://127.0.0.1:${TFW_WEB_PORT};
|
||||||
|
Loading…
Reference in New Issue
Block a user