2
0
Эх сурвалжийг харах

Close marker instead of empty

Markus Kosmal 10 жил өмнө
parent
commit
b680fb003e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      nginx.tmpl

+ 1 - 1
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
 # Connection header that may have been passed to this server
 map $http_upgrade $proxy_connection {
 map $http_upgrade $proxy_connection {
   default upgrade;
   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;
 gzip_types text/plain text/css application/javascript application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;