Skip to content

Commit

Permalink
Fixed configuration error discarding forwarded headers from upstream (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xitric authored Nov 4, 2021
1 parent 3f3090b commit 853ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ data:
address = ":9000"
[entryPoints.websecure]
address = ":8443"
[entryPoints.web.forwardedHeaders]
[entryPoints.websecure.forwardedHeaders]
trustedIPs = ["10.240.4.16/28"]
[entryPoints.websecure.http.tls]
options = "default"
Expand Down

0 comments on commit 853ccd9

Please sign in to comment.