Commit 514db717 authored by Rajesh Rajendran's avatar Rajesh Rajendran Committed by Keshav Prasad
Browse files

Issue #000 feat: reverting client keepalive timeout to 65s (#644)

parent b0d5d48a
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -45,7 +45,7 @@ http {
#tcp_nopush on;
client_max_body_size 60M;
keepalive_timeout 500s;
keepalive_timeout 65s;
keepalive_requests 200;
# Nginx connection limit per ip
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment