We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702fb76 commit cf5d140Copy full SHA for cf5d140
beta_.conf
@@ -13,7 +13,7 @@ server {
13
set $backend $HTTP_BACKEND_URL;
14
15
if ($http_upgrade = 'websocket') {
16
- set $backend $WS_BACKEND_URL
+ set $backend $WS_BACKEND_URL;
17
}
18
proxy_pass $backend;
19
proxy_http_version 1.1;
0 commit comments