chore: Fix comment for $proxy_connection
variable
This commit is contained in:
parent
744bd82c54
commit
4651bf411d
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ map $http_x_forwarded_port $proxy_x_forwarded_port {
|
||||||
'' $server_port;
|
'' $server_port;
|
||||||
}
|
}
|
||||||
|
|
||||||
# If we receive Upgrade, set Connection to "upgrade"; otherwise, delete any
|
# If we receive Upgrade, set Connection to "upgrade"; otherwise, preserve
|
||||||
# Connection header that may have been passed to this server
|
# NGINX's default behavior ("Connection: close").
|
||||||
map $http_upgrade $proxy_connection {
|
map $http_upgrade $proxy_connection {
|
||||||
default upgrade;
|
default upgrade;
|
||||||
'' close;
|
'' close;
|
||||||
|
|
Loading…
Reference in a new issue