Fix nginx config issues

This commit is contained in:
Ajay Ramachandran
2021-12-20 03:24:54 +01:00
parent 9d1a401e3e
commit f54b9f7ae1

View File

@@ -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;