mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
uncomment websocket upgrade line
This commit is contained in:
parent
c4c51106fa
commit
fae7a07368
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ location /jupyterhub {
|
|||
# WebSocket support
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
#proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header X-Scheme $scheme;
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue