large_client_header_buffers directive is accepted, but ignored

Maxim Dounin mdounin at mdounin.ru
Fri Apr 12 12:55:32 UTC 2013


Hello!

On Fri, Apr 12, 2013 at 06:54:26PM +0800, Scott E. MacKenzie wrote:

> large_client_header_buffers directive is accepted, but ignored
> nginx version: nginx/1.0.14
> 
> We are trying to pass a file through nginx but it dies at the same line
> level no matter what changes we make to nginx.conf or if we adjust the
> server block in the vhost as indicated in
> http://nginx.2469901.n2.nabble.com/large-client-header-buffers-directive-is-accepted-in-server-but-ignored-td5435750.html
> 
> large_client_header_buffers   4 32k;
> 
> We use a dual host model where Server A is a proxy_pass for Server B which
> runs our PHP code.  Both servers use the same nginx.conf and
> large_client_header_buffers   4 32k; option.
> 
> 414 error no matter what changes are made.  Any ideas?

Make sure to adjust the directive in a default server as well if 
there are more than one virtual host configured for the listen 
socket in question.

-- 
Maxim Dounin
http://nginx.org/en/donation.html



More information about the nginx mailing list