1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Merge pull request #10380 from Budibase/fix/nginx-timeouts

updating production timeouts
This commit is contained in:
Martin McKeaveney 2023-04-21 18:05:57 +01:00 committed by GitHub
commit b2861211c1

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;