forked from Ivasoft/traefik
Dynamic Configuration Refactoring
This commit is contained in:
committed by
Traefiker Bot
parent
d3ae88f108
commit
a09dfa3ce1
@@ -6,6 +6,7 @@ defaultEntryPoints = ["https"]
|
||||
[entryPoints.https]
|
||||
address = ":4443"
|
||||
[entryPoints.https.tls]
|
||||
|
||||
[entryPoints.https02]
|
||||
address = ":8443"
|
||||
[entryPoints.https02.tls]
|
||||
@@ -15,4 +16,4 @@ defaultEntryPoints = ["https"]
|
||||
[file]
|
||||
|
||||
fileName = "{{.DynamicConfFileName}}"
|
||||
watch = true
|
||||
watch = true
|
||||
|
||||
Reference in New Issue
Block a user