]> git.kaiwu.me - nginx.git/commit
PROXY protocol v2 TLV variables.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 12 Oct 2022 12:58:16 +0000 (16:58 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 12 Oct 2022 12:58:16 +0000 (16:58 +0400)
commit50e3ff8a006100feaa0666cf5e4f9fd5fdcfb721
tree1a45894c4d4e9f43968a57d99deb275033524c59
parent68119b43620c4da4ce0269a2f860a3df7c4dc0b5
PROXY protocol v2 TLV variables.

The variables have prefix $proxy_protocol_tlv_ and are accessible by name
and by type.  Examples are: $proxy_protocol_tlv_0x01, $proxy_protocol_tlv_alpn.
src/core/ngx_proxy_protocol.c
src/core/ngx_proxy_protocol.h
src/http/ngx_http_variables.c
src/stream/ngx_stream_variables.c