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>
I will have a look into it.