Closed
Description
As a user of NGF
I want NGF to update the upstream zone size for NGINX
So that if I run into errors when due to exceeding my zone size, I can fix them.
As a user of NGF
I want NGF to enable keepalive connections on my route
So that I can optimize the performance of my application.
Acceptance
- The user is able to set NGINX's upstream zone size.
- The user is able to enable keepalive connections as defined by the design.
- When possible, configuration updates with NGINX Plus should be made using the NGINX Plus API so NGINX is not reloaded.
- zone size
- keepalives connections
Dev Notes:
- If a location block is forwarding to an upstream with keepalives, the Connection header must be empty. See http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive
### Tasks
- [ ] https://github.com/nginxinc/nginx-gateway-fabric/issues/2809
- [ ] https://github.com/nginxinc/nginx-gateway-fabric/issues/2810
- [ ] https://github.com/nginxinc/nginx-gateway-fabric/issues/2811
- [ ] https://github.com/nginxinc/nginx-gateway-fabric/issues/2812
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done