We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9264a4 commit 04f1da4Copy full SHA for 04f1da4
1 file changed
nginx/limits/timeouts.conf
@@ -1,4 +1,8 @@
1
keepalive_timeout 70;
2
-client_header_timeout 5;
3
-client_body_timeout 5;
+
+# disabled just in case
4
+#client_header_timeout 5;
5
+#client_body_timeout 5;
6
7
+# this causes some clients to disconnect on downloads
8
#send_timeout 5;
0 commit comments