소스 검색

Merge pull request #163 from mko-x/close-non-ws

Close marker instead of empty
Jason Wilder 10 년 전
부모
커밋
11a8e51620
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
 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;