Adapt traefik config to accept self-signed certificates in backends
This commit is contained in:
parent
389319c7f6
commit
aa6f063f33
|
@ -5,6 +5,7 @@
|
|||
################################################################
|
||||
logLevel = "WARNING"
|
||||
defaultEntryPoints = ["http", "https"]
|
||||
InsecureSkipVerify = true
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
|
|
Loading…
Reference in New Issue