Release nginx ingress controller 0.9-beta.14
This commit is contained in:
parent
b20aa7cb9c
commit
b5c9ed08ad
23 changed files with 94 additions and 25 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue