Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify nginx to have a higher query timeout (seems 60s atm) #320

Open
Venryx opened this issue May 21, 2024 · 0 comments
Open

Modify nginx to have a higher query timeout (seems 60s atm) #320

Venryx opened this issue May 21, 2024 · 0 comments

Comments

@Venryx
Copy link
Collaborator

Venryx commented May 21, 2024

This task would be reasonably straightforward to achieve with access to the full NGINX configuration syntax. This is not currently possible using nginx-gateway-fabric, however: nginxinc/nginx-gateway-fabric#2417

So to achieve this right now would probably require some unusual hack, eg. a Kubernetes sidecar that modifies the NGINX configuration files in the live pod, then triggers it to restart. This is messy though because it may have conflicts with the regular pathway that nginx-gateway-fabric uses for updating its config based on the higher-level configuration contents.

So it may be best to just wait until nginx-gateway-fabric implements the configuration "snippets" feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏚️ Mid-term
Development

No branches or pull requests

1 participant