Skip to content

Nginx Gateway Fabric setting Up Cache or Buffering #2956

@moriisaac

Description

@moriisaac

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions