Browse Source

move main config file to examples

main
Nicolas Massé 3 weeks ago
parent
commit
acb81bf342
  1. 9
      cookbooks/traefik/config/examples/traefik.yaml

9
cookbooks/traefik/config/traefik.yaml → cookbooks/traefik/config/examples/traefik.yaml

@ -23,3 +23,12 @@ providers:
file: file:
directory: /etc/traefik/conf.d/ directory: /etc/traefik/conf.d/
watch: true watch: true
# certificatesResolvers:
# le:
# acme:
# email: "foo@example.test"
# keyType: "EC384"
# httpChallenge:
# entryPoint: http
# storage: "/var/lib/traefik/acme.json"
Loading…
Cancel
Save