.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-05-02 01:14:44 +01:00
parent a600bd9018
commit a3e2ed9a35
1 changed files with 6 additions and 6 deletions

View File

@ -139,8 +139,8 @@
}
location ${CHAT_LOCATION}sockjs {
set $upstream ${CHAT_PROXY_PASS}/chat/sockjs;
proxy_pass $upstream;
set ${DOLLAR}upstream ${CHAT_PROXY_PASS}/chat/sockjs;
proxy_pass ${DOLLAR}upstream;
proxy_http_version 1.1;
proxy_set_header Upgrade ${DOLLAR}http_upgrade;
proxy_set_header Connection "Upgrade";
@ -153,8 +153,8 @@
}
location ${CHAT_LOCATION}sockjs/ {
set $upstream ${CHAT_PROXY_PASS}/chat/sockjs;
proxy_pass $upstream;
set ${DOLLAR}upstream ${CHAT_PROXY_PASS}/chat/sockjs;
proxy_pass ${DOLLAR}upstream;
proxy_http_version 1.1;
proxy_set_header Upgrade ${DOLLAR}http_upgrade;
proxy_set_header Connection "Upgrade";
@ -168,8 +168,8 @@
}
location ${CHAT_LOCATION} {
set $upstream ${CHAT_PROXY_PASS};
proxy_pass $upstream;
set ${DOLLAR}upstream ${CHAT_PROXY_PASS};
proxy_pass ${DOLLAR}upstream;
proxy_http_version 1.1;
proxy_set_header Upgrade ${DOLLAR}http_upgrade;
proxy_set_header Connection "upgrade";