summaryrefslogtreecommitdiff
path: root/traefik.yml
blob: 2ee355070313ebd72732d2b946cea8ba35482ed2 (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
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: /Users/lizzy/armin/dynamic.yml 
serversTransport:
  insecureSkipVerify: true
certificatesResolvers:
  local:
    acme:
      caserver: https://ca.internal.simponic.xyz/acme/ACME/directory
      storage: /Users/lizzy/armin/acme.json
      httpChallenge:
        entryPoint: http