From 90dfd65538d09a78bffe64b4424bfb7c91bbeab4 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Mon, 10 Apr 2017 12:26:30 +0530 Subject: Setup nginx to support /bridge --- nginx/sites/notif.vainsocial.dev.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nginx/sites/notif.vainsocial.dev.conf') diff --git a/nginx/sites/notif.vainsocial.dev.conf b/nginx/sites/notif.vainsocial.dev.conf index 034decc..2ba3b01 100644 --- a/nginx/sites/notif.vainsocial.dev.conf +++ b/nginx/sites/notif.vainsocial.dev.conf @@ -9,5 +9,6 @@ server { proxy_pass http://websocket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection $connection_upgrade; } + proxy_set_header Connection $connection_upgrade; + } } -- cgit v1.3.1