nginxinc / nginx-gateway-fabric

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Apache License 2.0
424 stars 82 forks source link

NGINX Proxy Buffer Configuration #1398

Open mpstefan opened 6 months ago

mpstefan commented 6 months ago

As a user of NGF I want to configure NGINX's proxy buffer configuration for my applications So that when any part of my request exceeds the needed proxy buffer I can increase the limit to support my traffic.

Acceptance

Feedback

mpstefan commented 6 months ago

Are there any additional directives we want to look at to include in proxy buffer configuration? What policy should proxy buffer configuration be a part of?

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

pleshakov commented 4 months ago

From NGINX community slack https://nginxcommunity.slack.com/archives/C03SXACMUBE/p1708990162329589 , there is also a related large_client_header_buffers directive -- https://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers

uptickmetachu commented 2 days ago

Can confirm we also need large_client_header_buffers as well.

This is blocking our adoption of ngf.