Skip to content

Commit

Permalink
test with increased proxy time
Browse files Browse the repository at this point in the history
  • Loading branch information
keotl committed Oct 6, 2019
1 parent 937869b commit 69114ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nginx.conf.sigil
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ server {
gzip_comp_level 6;

proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
proxy_read_timeout 1800s;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
Expand Down Expand Up @@ -83,6 +84,7 @@ server {
gzip_comp_level 6;

proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
proxy_read_timeout 1800s;
{{ if eq $.HTTP2_PUSH_SUPPORTED "true" }}http2_push_preload on; {{ end }}
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down Expand Up @@ -124,4 +126,4 @@ upstream {{ $.APP }}-{{ $upstream_port }} {
{{ $listener_ip := index $listener_list 0 }}
server {{ $listener_ip }}:{{ $upstream_port }};{{ end }}
}
{{ end }}{{ end }}
{{ end }}{{ end }}

0 comments on commit 69114ef

Please sign in to comment.