Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Minds
Minds
Commits
d65189ff
Commit
d65189ff
authored
Mar 04, 2021
by
Mark Harding
Browse files
(chore): increase nginx keepalive to 130 seconds -
engine#1878
parent
768f044c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
containers/nginx/nginx.conf
containers/nginx/nginx.conf
+3
-1
No files found.
containers/nginx/nginx.conf
View file @
d65189ff
...
...
@@ -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
;
...
...
@@ -76,6 +76,7 @@ http {
~*^de
de
;
~*^es
es
;
~*^fr
fr
;
~*^hi
hi
;
~*^it
it
;
~*^ja
ja
;
~*^nl
nl
;
...
...
@@ -96,6 +97,7 @@ http {
~de
de
;
~es
es
;
~fr
fr
;
~hi
hi
;
~it
it
;
~ja
ja
;
~nl
nl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment