Hello,
large_client_header_buffers does not seem to work in server context,
however it works fine in http context. Documentation says it should work
for both [1] and looking at the application code it seems like it should
too [2].
I am running multiple server definitions and I’ve tried nginx versions
1.6.2 and 1.8.0.
Any help is greatly appreciated!
-jason
[1]
http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers
[2]
https://github.com/nginx/nginx/blob/branches/stable-1.6/src/http/ngx_http_core_module.c#L262-L267