From f54b9f7ae1cb6e152fe485223e4ff5f2a6cd1884 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 20 Dec 2021 03:24:54 +0100 Subject: [PATCH] Fix nginx config issues --- nginx/nginx.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;