You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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.
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;
The text was updated successfully, but these errors were encountered: