Fix basic documentation

This commit is contained in:
Michael 2018-03-27 14:58:03 +02:00 committed by Traefiker Bot
parent 30e048d4ab
commit 4c85a41bfb
2 changed files with 8 additions and 9 deletions

View file

@ -365,7 +365,7 @@ To enable IP white listing at the entry point level.
[entryPoints.http]
address = ":80"
[entryPoints.http]
[entryPoints.http.whiteList]
sourceRange = ["127.0.0.1/32", "192.168.1.7"]
# useXForwardedFor = true
```