Release nginx ingress controller 0.9-beta.14

This commit is contained in:
Manuel de Brito Fontes 2017-10-01 12:17:10 -03:00
parent b20aa7cb9c
commit b5c9ed08ad
23 changed files with 94 additions and 25 deletions

View file

@ -178,7 +178,7 @@ http {
{{ else }}
# Do not trust HTTP X-Forwarded-* Headers
map {{ buildForwardedFor $cfg.ForwardedForHeader }} $the_real_ip {
{{ if (trustProxyProtocol $cfg) }}
{{ if (trustProxyProtocol $all) }}
# Get IP address from Proxy Protocol
default $proxy_protocol_addr;
{{ else }}