Merge pull request #1194 from timoreimann/example-ip-addr-binding

Add Traefik TOML sample section on how to bind to specific IP addr.
This commit is contained in:
Emile Vauge 2017-02-28 09:57:23 +01:00 committed by GitHub
commit 5abffe402f

View file

@ -282,6 +282,11 @@
# address = ":80"
# compress = true
# To bind to a particular IP address only:
# [entryPoints]
# [entryPoints.http]
# address = "10.42.13.37:80"
# Enable retry sending request if network error
#
# Optional