PROXY Protocol across NGINX Ports Quirck
I noticed an odd quirk while configuring NGINX to accept PROXY protocol headers from a load balancer. I thought I'd share a quick note about using proxy_protocol
, and its effects across multiple server directives sharing the same port.
When using proxy_protocol
, it's enabled for all server directives that share the same port. . . .
June 26, 2016