enable use-forwarded-headers for L7 LB
This commit is contained in:
parent
42d3f68992
commit
2f45d4f56d
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ metadata:
|
|||
app.kubernetes.io/part-of: ingress-nginx
|
||||
data:
|
||||
use-proxy-protocol: "false"
|
||||
|
||||
use-forwarded-headers: "true"
|
||||
proxy-real-ip-cidr: "0.0.0.0/0" # restrict this to the IP addresses of ELB
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue