Close marker instead of empty

This commit is contained in:
Markus Kosmal 2015-05-09 23:15:26 +02:00
parent 05a80c150a
commit b680fb003e

View file

@ -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;