Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CSAN
Csan
Commits
278338e4
Commit
278338e4
authored
May 26, 2020
by
DQ
Browse files
Add timount on nginx configs
set timeout to 900 Signed-off-by:
DQ
<
dengq@vmware.com
>
parent
715685ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
make/photon/prepare/templates/nginx/nginx.http.conf.jinja
make/photon/prepare/templates/nginx/nginx.http.conf.jinja
+3
-0
make/photon/prepare/templates/nginx/nginx.https.conf.jinja
make/photon/prepare/templates/nginx/nginx.https.conf.jinja
+2
-0
No files found.
make/photon/prepare/templates/nginx/nginx.http.conf.jinja
View file @
278338e4
...
...
@@ -112,6 +112,9 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
}
location /service/ {
...
...
make/photon/prepare/templates/nginx/nginx.https.conf.jinja
View file @
278338e4
...
...
@@ -186,6 +186,8 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
}
location /service/ {
...
...
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