Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 928131

Summary: www-servers/nginx-1.25.3: consider using upstream default limits
Product: Gentoo Linux Reporter: tastytea <gentoo>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description tastytea 2024-03-29 15:37:58 UTC
the nginx config in gentoo modifies upstream's defaults to be more limiting.
example: large_client_header_buffers[1] is set to "4 2k" instead of "4 8k", which causes unexpected problems with software that assumes the normal limits.

please consider using the defaults from upstream or document why they are modified in gentoo.

kind regards, tea

[1] <https://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers>