updating production timeouts

This commit is contained in:
Martin McKeaveney 2023-04-21 17:25:55 +01:00
parent cb0f321261
commit b75caa03a6
1 changed files with 3 additions and 3 deletions

View File

@ -222,9 +222,9 @@ http {
rewrite ^/files/signed/(.*)$ /$1 break;
}
client_header_timeout 60;
client_body_timeout 60;
keepalive_timeout 60;
client_header_timeout 120;
client_body_timeout 120;
keepalive_timeout 120;
# gzip
gzip on;