summaryrefslogtreecommitdiff
path: root/traefik.yml
blob: efdece79d0ebe02bb874836419c8b4b314df8ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
accessLog:
  bufferingSize: 100
  filePath: log-access.log
api:
  dashboard: true
  debug: true
entryPoints:
  http:
    address: ":80"
    forwardedHeaders:
      insecure: true
  https:
    address: ":443"
log:
  filePath: log-file.log
  level: DEBUG
providers:
  file:
    filename: /home/lizzy/git/simponic/proxy/dynamic.yml 
serversTransport:
  insecureSkipVerify: true
certificatesResolvers:
  stepca:
    acme:
      certificatesDuration: 12
      caserver: https://ca.internal.simponic.xyz/acme/ACME/directory
      storage: /home/lizzy/git/simponic/proxy/acme.json
      email: elizabeth@simponic.xyz
      dnsChallenge:
        provider: "exec"
        disablePropagationCheck: true