Skip to content

Commit a58861c

Browse files
committed
Adjust client_header_timeout and keepalive_timeout to 605s
1 parent 0ab6f23 commit a58861c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## 1.19.5-6
44

55
* Set `client_body_buffer_size` to `128k`.
6-
* Set `client_header_timeout` to `65s`.
6+
* Set `client_header_timeout` to `605s`.
77
* Set `client_max_body_size` to `500m`.
8-
* Set `keepalive_timeout` to `65s`.
8+
* Set `keepalive_timeout` to `605s`.
99
* Set `send_timeout` to `60s`.
1010

1111
## 1.19.5-5

config/http.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ http {
99
client_max_body_size 500m;
1010
client_body_buffer_size 128k;
1111
client_body_timeout 300s;
12-
client_header_timeout 65s;
13-
keepalive_timeout 65s;
12+
client_header_timeout 605s;
13+
keepalive_timeout 605s;
1414
proxy_read_timeout 600s;
1515
send_timeout 60s;
1616

0 commit comments

Comments
 (0)