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: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
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 tea
Modified: 2024-05-30 06:45 UTC (History)
1 user (show)

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 tea 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>
Comment 1 Conrad Kostecki gentoo-dev 2024-05-30 06:45:59 UTC
I will have a look into it.