From 400dd7d20b57d76e12091251b74559a31fcc6de8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 7 Dec 2017 00:18:40 +0200 Subject: [PATCH] Updated Nginx Webserver Config (markdown) --- Nginx-Webserver-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx-Webserver-Config.md b/Nginx-Webserver-Config.md index a887e8e..6a5ddcd 100644 --- a/Nginx-Webserver-Config.md +++ b/Nginx-Webserver-Config.md @@ -52,7 +52,7 @@ server { proxy_pass http://127.0.0.1:3000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; # allow websockets - proxy_set_header Connection $connection_upgrade; + proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-For $remote_addr; # preserve client IP # this setting allows the browser to cache the application in a way compatible with Meteor