Update nginx config
This commit is contained in:
@@ -389,6 +389,20 @@ http {
|
||||
proxy_pass http://foundry-handler;
|
||||
}
|
||||
|
||||
location /change/socket.io/ {
|
||||
proxy_pass http://change-handler;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $proxy_connection;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_buffering off;
|
||||
proxy_redirect off;
|
||||
proxy_connect_timeout 90s;
|
||||
proxy_send_timeout 90s;
|
||||
proxy_read_timeout 90s;
|
||||
}
|
||||
|
||||
location /change {
|
||||
|
||||
# Set proxy headers
|
||||
|
||||
Reference in New Issue
Block a user