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

Nginx Gateway Fabric setting Up Cache or Buffering #2956

Closed
moriisaac opened this issue Dec 30, 2024 · 1 comment
Closed

Nginx Gateway Fabric setting Up Cache or Buffering #2956

moriisaac opened this issue Dec 30, 2024 · 1 comment

Comments

@moriisaac
Copy link

Discussed in #2955

Originally posted by moriisaac December 29, 2024
How Can I enable or set Cache or Buffering or the below on k8s gateway api using nginx gateway fabric as the controller, # Streaming configuration
proxy_http_version 1.1;
proxy_set_header Connection "upgrade";
proxy_buffering off;
proxy_cache off;
proxy_read_timeout 1h;
chunked_transfer_encoding on;

        # Additional optimizations
        tcp_nodelay on;
        keepalive_timeout 300;
@mpstefan
Copy link
Collaborator

mpstefan commented Jan 2, 2025

As this is a question, we can follow up in your discussion. If a specific feature request comes out of the discussion, we can make an issue for it. Closing for now.

@mpstefan mpstefan closed this as completed Jan 2, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NGINX Gateway Fabric Jan 2, 2025
@mpstefan mpstefan closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants