You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every server block contains its own proxy_read_timeout directive set to 60s. This should be on the global http block, so that we can override proxy_read_timeout with the configuration-snippet annotation.
More preferable would be annotations for the various proxy_{read,send,connect}_timeouts
The text was updated successfully, but these errors were encountered:
@tanner-bruce this already exists. I'm writing the docs. Thanks for the report.
tanner-bruce
changed the title
Setting proxy_read_timeout per server block by default disallows per ingress settings via configuration-snippet
Add documentation for various proxy timeouts in nginx
Sep 29, 2017
Every
server
block contains its ownproxy_read_timeout
directive set to 60s. This should be on the global http block, so that we can override proxy_read_timeout with theconfiguration-snippet
annotation.More preferable would be annotations for the various proxy_{read,send,connect}_timeouts
The text was updated successfully, but these errors were encountered: