28 lines
No EOL
421 B
YAML
28 lines
No EOL
421 B
YAML
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 |