mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
Make haproxy/nginx client timeout configurable (#5140)
Change-Id: I61319a06eb33d9fc868e19941924f387088b856b
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
56523812d3
commit
7f74906d33
@@ -32,7 +32,7 @@ http {
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
||||
keepalive_timeout 75s;
|
||||
keepalive_timeout {{ loadbalancer_apiserver_keepalive_timeout }};
|
||||
keepalive_requests 100;
|
||||
reset_timedout_connection on;
|
||||
server_tokens off;
|
||||
|
||||
Reference in New Issue
Block a user