Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928131 - www-servers/nginx-1.25.3: consider using upstream default limits
Summary: www-servers/nginx-1.25.3: consider using upstream default limits
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-29 15:37 UTC by tastytea
Modified: 2024-03-29 21:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>