-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
area/nginx-configurationRelates to nginx configurationRelates to nginx configurationenhancementNew feature or requestNew feature or requestrefinedRequirements are refined and the issue is ready to be implemented.Requirements are refined and the issue is ready to be implemented.size/largeEstimated to be completed within two weeksEstimated to be completed within two weeks
Milestone
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
area/nginx-configurationRelates to nginx configurationRelates to nginx configurationenhancementNew feature or requestNew feature or requestrefinedRequirements are refined and the issue is ready to be implemented.Requirements are refined and the issue is ready to be implemented.size/largeEstimated to be completed within two weeksEstimated to be completed within two weeks
Type
Projects
Status
✅ Done