From 56c48a47324ffb851fb73654c0fc52049fae5b31 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sun, 9 Apr 2017 16:32:12 +0200 Subject: Update install --- conf/nginx.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'conf/nginx.conf') diff --git a/conf/nginx.conf b/conf/nginx.conf index 19650dd..a6769a7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,7 @@ proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection $connection_upgrade; + proxy_set_header Connection "upgrade"; tcp_nodelay on; } @@ -27,9 +27,6 @@ proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection $connection_upgrade; + proxy_set_header Connection "upgrade"; tcp_nodelay on; - } - - error_page 500 501 502 503 504 /500.html; } \ No newline at end of file -- cgit v1.2.3-70-g09d2