Sauvegarde configuration Traefik fonctionnelle
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
|
||||
websecure:
|
||||
address: ":443"
|
||||
|
||||
providers:
|
||||
file:
|
||||
directory: /dynamic
|
||||
watch: true
|
||||
|
||||
certificatesResolvers:
|
||||
ovh:
|
||||
acme:
|
||||
email: noreply@myplab.fr
|
||||
storage: /acme.json
|
||||
|
||||
dnsChallenge:
|
||||
provider: ovh
|
||||
delayBeforeCheck: 10
|
||||
|
||||
log:
|
||||
level: INFO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user