Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for various proxy timeouts in nginx #1444

Closed
tanner-bruce opened this issue Sep 29, 2017 · 1 comment · Fixed by #1446
Closed

Add documentation for various proxy timeouts in nginx #1444

tanner-bruce opened this issue Sep 29, 2017 · 1 comment · Fixed by #1446

Comments

@tanner-bruce
Copy link

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

@aledbf
Copy link
Member

aledbf commented Sep 29, 2017

@tanner-bruce this already exists. I'm writing the docs. Thanks for the report.

@tanner-bruce 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants