ngx_stream_proxy_protocol_vendor_module

Module ngx_stream_proxy_protocol_vendor_module

https://nginx.org/en/docs/stream/ngx_stream_proxy_protocol_vendor_module.html

The ngx_stream_proxy_protocol_vendor_module module (1.23.3) allows obtaining additional information about a connection in cloud platforms from application-specific TLVs of the PROXY protocol header.

Supported cloud platforms:

  • Amazon Web Services
  • Google Cloud Platform
  • Microsoft Azure

The PROXY protocol must be previously enabled by setting the proxy_protocol parameter in the listen directive.

This module is available as part of our commercial subscription.

Example Configuration

server {
    listen 12345 proxy_protocol;
    return $proxy_protocol_tlv_gcp_conn_id;
}

Embedded Variables

最后修改 August 15, 2023: 更新 (f1a8f0c)