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

4 lines
164 B
Plaintext

## $conn_upgrade_keepalive is defined in conf.d/http-proxy.conf
proxy_set_header Connection $conn_upgrade_keepalive;
proxy_set_header Upgrade $http_upgrade;