api:
  dashboard: true

entryPoints:
  http:
    address: ":80"
    http:
      redirections:
        entryPoint:
          to: https
          scheme: https
  https:
    address: ":443"

serversTransport:
  insecureSkipVerify: true

providers:
  file:
    filename: /config.yml

certificatesResolvers:
  inwx:
    acme:
      email: example@example.com
      storage: inwx.json
      dnsChallenge:
        provider: inwx