mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 11:56:31 +00:00
Merge pull request #163 from mko-x/close-non-ws
Close marker instead of empty
This commit is contained in:
commit
11a8e51620
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user