We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6f23 commit a58861cCopy full SHA for a58861c
CHANGELOG.md
@@ -3,9 +3,9 @@
3
## 1.19.5-6
4
5
* Set `client_body_buffer_size` to `128k`.
6
-* Set `client_header_timeout` to `65s`.
+* Set `client_header_timeout` to `605s`.
7
* Set `client_max_body_size` to `500m`.
8
-* Set `keepalive_timeout` to `65s`.
+* Set `keepalive_timeout` to `605s`.
9
* Set `send_timeout` to `60s`.
10
11
## 1.19.5-5
config/http.conf
@@ -9,8 +9,8 @@ http {
client_max_body_size 500m;
client_body_buffer_size 128k;
client_body_timeout 300s;
12
- client_header_timeout 65s;
13
- keepalive_timeout 65s;
+ client_header_timeout 605s;
+ keepalive_timeout 605s;
14
proxy_read_timeout 600s;
15
send_timeout 60s;
16
0 commit comments