I found out that I need to increase http2_max_field_size value.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,290117,290120#msg-290120
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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://fo