commit eeb9ecf7c2eaaeff8024c1a44878f7d8653f1d48 parent 665592cf299eb01b6259b8c195ccaaca7eca3ae7 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 17 Feb 2017 15:02:00 +0100 Enabling WebSocket Diffstat:
| M | etc/nginx/sites-enabled/buildbot-ssl.site | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site @@ -14,6 +14,8 @@ server { proxy_pass http://127.0.0.1:8010; proxy_redirect off; proxy_set_header Host $host; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; } error_page 502 /502.html;