Open
Description
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
-
NGINX directives:
- proxy_buffer_size
- proxy_buffers
- proxy_buffering
- proxy_busy_buffers_size
-
The NGINX Extensions design is reviewed to implement the above directives.
-
The above directives are configurable via a ProxySettingsPolicy for the scope it is applied at.
-
The ProxySettingsPolicy can be attached to a Gateway or Route.
Feedback
Metadata
Metadata
Assignees
Type
Projects
Status
🆕 New