cut receive/send timeouts from 60s to 30s

This commit is contained in:
Daniel Micay 2020-11-24 06:30:48 -05:00
parent 08d95c92fa
commit 6bad648347

View File

@ -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;