-
Notifications
You must be signed in to change notification settings - Fork 56
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
need annotation for nginx proxy_buffer_size #293
Comments
@jshimko we'd accept a PR if you're up for it. |
warlokkz
added a commit
to warlokkz/router
that referenced
this issue
Jan 27, 2017
… buffer size adds proxy_buffers, proxy_buffer_size, proxy_busy_buffer_size lines and their relative $appConfig values in nginx config addresses deis#293
Do you have a expected relase date with this changes?? |
Thanks again @krancour! |
No problem, @jshimko. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If an upstream app has a header that's bigger than the default proxy buffer size, nginx returns a 502 and the client receives nothing.
Example logs...
The explanation/fix...
https://ma.ttias.be/nginx-proxy-upstream-sent-big-header-reading-response-header-upstream/
So, essentially just need to be able to add those proxy buffer lines to the config...
Reference:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size
The text was updated successfully, but these errors were encountered: