HTTP header size setting

Driver nginx-forum at forum.nginx.org
Tue Dec 1 11:03:24 UTC 2020


Hello,
What is the comparable setting to tomcat maxHttpHeaderSize ?
I have to set this to 20KB on nginx proxy.

I tried below but they were not working:

client_header_buffer_size 20k;
large_client_header_buffers 4 20k;
proxy_buffers 8 20k;
proxy_buffer_size 20k;

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,290117,290117#msg-290117



More information about the nginx mailing list