.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
a600bd9018
commit
a3e2ed9a35
|
@ -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";
|
||||
|
|
Reference in New Issue