cut receive/send timeouts from 60s to 30s
This commit is contained in:
parent
08d95c92fa
commit
6bad648347
@ -19,7 +19,11 @@ http {
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
server_tokens off;
|
||||
|
||||
client_max_body_size 4k;
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
Loading…
x
Reference in New Issue
Block a user