mirror of
https://github.com/traefik/traefik.git
synced 2025-12-08 02:51:31 +01:00
Add Traefik TOML sample section on how to bind to specific IP addr.
This commit is contained in:
parent
d77ad42326
commit
38ec32a146
@ -282,6 +282,11 @@
|
|||||||
# address = ":80"
|
# address = ":80"
|
||||||
# compress = true
|
# 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
|
# Enable retry sending request if network error
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user