From b680fb003e3ed021c0dfb40eeb69894bac6a4d30 Mon Sep 17 00:00:00 2001 From: Markus Kosmal Date: Sat, 9 May 2015 23:15:26 +0200 Subject: [PATCH] Close marker instead of empty --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index 02d936a..86d1231 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -9,7 +9,7 @@ map $http_x_forwarded_proto $proxy_x_forwarded_proto { # Connection header that may have been passed to this server map $http_upgrade $proxy_connection { default upgrade; - '' ''; + '' close; } gzip_types text/plain text/css application/javascript application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;