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;