Update traefik.toml
This commit is contained in:
parent
5364c40610
commit
93e62529ed
|
|
@ -1,6 +1,3 @@
|
||||||
# Supprimez la ligne defaultEntryPoints qui est obsolète dans Traefik v2+
|
|
||||||
# defaultEntryPoints = ["http", "https", "ws", "wss"]
|
|
||||||
|
|
||||||
[entryPoints]
|
[entryPoints]
|
||||||
[entryPoints.http]
|
[entryPoints.http]
|
||||||
address = ":80"
|
address = ":80"
|
||||||
|
|
@ -29,6 +26,6 @@
|
||||||
permanent = true
|
permanent = true
|
||||||
sslRedirect = true
|
sslRedirect = true
|
||||||
|
|
||||||
# Autorise les backend TLS
|
# Autorize TSL backend
|
||||||
[serversTransport]
|
# [serversTransport]
|
||||||
insecureSkipVerify = true
|
# insecureSkipVerify = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue