mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
Extend timeout for proxy Webscoket calls to one day
This commit is contained in:
parent
6c70227a2e
commit
88dc951019
@ -167,6 +167,7 @@ server {
|
|||||||
location ~ /elasticsearch/?(.*)$ {
|
location ~ /elasticsearch/?(.*)$ {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade \$http_upgrade;
|
proxy_set_header Upgrade \$http_upgrade;
|
||||||
|
proxy_read_timeout 1d;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_pass http://${PROXY_HOST}:${PROXY_PORT}/\$1;
|
proxy_pass http://${PROXY_HOST}:${PROXY_PORT}/\$1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user