Skip to content

Commit 04f1da4

Browse files
committed
remove unnecessary timeouts
1 parent d9264a4 commit 04f1da4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

nginx/limits/timeouts.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
keepalive_timeout 70;
2-
client_header_timeout 5;
3-
client_body_timeout 5;
2+
3+
# disabled just in case
4+
#client_header_timeout 5;
5+
#client_body_timeout 5;
6+
7+
# this causes some clients to disconnect on downloads
48
#send_timeout 5;

0 commit comments

Comments
 (0)