|
tcp:
|
|
bind:
|
|
- 80
|
|
- 443
|
|
|
|
tls:
|
|
modules:
|
|
- type: acme
|
|
domains:
|
|
- '*'
|
|
email: 'jon@example.com'
|
|
challenge_type: 'http-01'
|
|
|
|
http:
|
|
trust_proxy: false
|
|
allow_insecure: false
|
|
primary_domain: example.com
|
|
modules:
|
|
- type: static
|
|
domains:
|
|
- '*'
|
|
root: '/srv/www/:hostname'
|
|
|
|
mdns:
|
|
disabled: true
|