1
0
angie-krdsh/snip.d/proxy-connection-upgrade
2024-03-22 10:24:54 +03:00

6 lines
201 B
Plaintext

## always sourced by conf.d/http-proxy.conf
## $conn_upgrade_unset is defined in conf.d/http-proxy.conf
proxy_set_header Connection $conn_upgrade_unset;
proxy_set_header Upgrade $http_upgrade;