Merge pull request #321 from samber/minor-doc-fix

fix(doc)
This commit is contained in:
Emile Vauge 2016-04-19 12:04:13 +02:00
commit 68da47b59a

View file

@ -90,7 +90,7 @@
# regex = "^http://localhost/(.*)" # regex = "^http://localhost/(.*)"
# replacement = "http://mydomain/$1" # replacement = "http://mydomain/$1"
entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]
address = ":80" address = ":80"
``` ```