1
0
Fork 0
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:
George Hunt 2021-04-17 05:02:00 +01:00
parent c4c51106fa
commit fae7a07368

View file

@ -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;
}