diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d452641..65b2aa3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -22,14 +22,15 @@ http { text/csv csv; } # keepalive settings - keepalive 5; - keepalive_request 10; + keepalive_requests 10; keepalive_timeout 5; proxy_http_version 1.1; proxy_set_header Connection ""; upstream backend_GET { ip_hash; + + keepalive 5; #server localhost:4441; #server localhost:4442; #server localhost:4443;