Skip to content

Commit

Permalink
(chore): increase nginx keepalive to 130 seconds - engine#1878
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Mar 4, 2021
1 parent 768f044 commit d65189f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containers/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http {
#tcp_nopush on;
client_max_body_size 2G; #2gb upload limit

keepalive_timeout 65;
keepalive_timeout 130; # We allow s3 timeouts of 120s

gzip on;
gzip_comp_level 6;
Expand Down Expand Up @@ -76,6 +76,7 @@ http {
~*^de de;
~*^es es;
~*^fr fr;
~*^hi hi;
~*^it it;
~*^ja ja;
~*^nl nl;
Expand All @@ -96,6 +97,7 @@ http {
~de de;
~es es;
~fr fr;
~hi hi;
~it it;
~ja ja;
~nl nl;
Expand Down

0 comments on commit d65189f

Please sign in to comment.