I am using Nginx in front of 10 mongrels.
When I make a request with size > 2900 I get back an "error code 414: uri too large".
Does anyone know the setting in the nginx conf file which determines the allowed uri length ?
Thanks, Prakash Raman
|
|
I am using Nginx in front of 10 mongrels. When I make a request with size > 2900 I get back an "error code 414: uri too large". Does anyone know the setting in the nginx conf file which determines the allowed uri length ? Thanks, Prakash Raman |
||
|
|
|
|
From: http://wiki.nginx.org/NginxHttpCoreModule#large_client_header_buffers
so you need to change the size parameter at the end of that line to something bigger for your needs. |
||
|
|