reduce client body / header timeouts to 15s
This commit is contained in:
parent
7a823438d0
commit
3b4c47b51b
@ -30,8 +30,8 @@ http {
|
|||||||
large_client_header_buffers 2 1k;
|
large_client_header_buffers 2 1k;
|
||||||
http2_chunk_size 4k;
|
http2_chunk_size 4k;
|
||||||
|
|
||||||
client_body_timeout 30s;
|
client_body_timeout 15s;
|
||||||
client_header_timeout 30s;
|
client_header_timeout 15s;
|
||||||
send_timeout 30s;
|
send_timeout 30s;
|
||||||
|
|
||||||
resolver [::1];
|
resolver [::1];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user