Replies: 2 comments
-
Hi @moriisaac, A few of these options are set by default, such as
If you're trying to set Others may be set by using the SnippetsFilter API. Eventually we'll have more first-class policies to support some of the more popular use cases and directives so that you don't need to use snippets, such as proxy buffering. Let me know if this helps you! |
Beta Was this translation helpful? Give feedback.
-
Hey @moriisaac, what kind of traffic are you configuring these directives for? Are you unable to get traffic into your cluster properly without them, or is it more about optimization? |
Beta Was this translation helpful? Give feedback.
-
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;
Beta Was this translation helpful? Give feedback.
All reactions