forked from Ivasoft/traefik
Misc documentation fixes
This commit is contained in:
committed by
Traefiker Bot
parent
605a9b2817
commit
232c113dae
@@ -149,7 +149,7 @@ If the proxyprotocol header is passed, then the version is determined automatica
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
proxyProtocol
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "127.0.0.1/32"
|
||||
- "192.168.1.7"
|
||||
@@ -213,7 +213,7 @@ You can configure Traefik to trust the forwarded headers information (`X-Forward
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
forwardedHeaders
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "127.0.0.1/32"
|
||||
- "192.168.1.7"
|
||||
|
||||
Reference in New Issue
Block a user