nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
**As a** maintainer of NGF **I want** to do an early prototype of NGF integrating with NGINX Agent using NGINX Plus **So that** I can give the Agent team feedback...
### Proposed changes Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the following format: Problem: Give a brief overview of...
**As a** maintainer of NGF **I want** to do an early prototype of NGF integrating with NGINX Agent using multiple nginx deployments **So that** I can give the Agent team...
```[tasklist] ### Tasks - [ ] Design for Allowed NGINX Variables in Request and Response Headers - [ ] #2040 - [ ] Allow set of NGINX Variables for ResponseHeaderModifier...
Features: - TLS Settings: SSL protocols, preferred ciphers, DH parameters file - HSTS NGINX Directives: - [ssl_protocols](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_protocols) - [ssl_prefer_server_ciphers](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_prefer_server_ciphers) - [ssl_dhparam](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam) - [add_header](https://nginx.org/en/docs/http/ngx_http_headers_module.html)
First class configuration for upstream settings via policy, some of which, are not possible with Snippets policies or filters. ```[tasklist] ### Tasks - [ ] https://github.com/nginxinc/nginx-gateway-fabric/issues/2368 - [ ] https://github.com/nginxinc/nginx-gateway-fabric/issues/2502...
Community feedback: https://github.com/nginxinc/nginx-gateway-fabric/discussions/1676
Part of Upstream Settings The server slow‑start feature prevents a recently recovered server from being overwhelmed by connections, which may time out and cause the server to be marked as...
As a user of NGF I want to have the ability to configure the log format of NGINX's access and error logs So that I can easily collect logs from...