6850d374 by DevOps

Increase timeouts for proxy_read_timeout, proxy_connect_timeout and proxy_send_timeout

1 parent 6ad93509
...@@ -79,6 +79,10 @@ ...@@ -79,6 +79,10 @@
79 value: $remote_addr 79 value: $remote_addr
80 - field: X-Forwarded-Proto 80 - field: X-Forwarded-Proto
81 value: $scheme 81 value: $scheme
82 #This next three values were increased for an app
83 read_timeout: 1200s
84 connect_timeout: 1200s
85 send_timeout: 1200s
82 sub_filter: 86 sub_filter:
83 sub_filters: 87 sub_filters:
84 #This is necessary for vue_firmador_api.war, to allow local connections to websocket in 127.0.0.1 with only http 88 #This is necessary for vue_firmador_api.war, to allow local connections to websocket in 127.0.0.1 with only http
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!