=encoding utf-8 =head1 NAME ngx_http_proxy_protocol_vendor_module - Module ngx_http_proxy_protocol_vendor_module =head1 The C module (1.23.3) allows obtaining additional information about a connection in cloud platforms from application-specific TLVs of the L header. Supported cloud platforms: =over =item * Amazon Web Services =item * Google Cloud Platform =item * Microsoft Azure =back The PROXY protocol must be previously enabled by setting the C parameter in the L directive. B This module is available as part of our commercial subscription. =head1 Example Configuration proxy_set_header X-Conn-ID $proxy_protocol_tlv_gcp_conn_id; server { listen 80 proxy_protocol; listen 443 ssl proxy_protocol; ... } =head1 Embedded Variables =over =item C<$proxy_protocol_tlv_aws_vpce_id> TLV value from the PROXY Protocol header representing the L =item C<$proxy_protocol_tlv_azure_pel_id> TLV value from the PROXY Protocol header representing the L =item C<$proxy_protocol_tlv_gcp_conn_id> TLV value from the PROXY Protocol header representing L =back