add vhost example

This commit is contained in:
AJ ONeal 2018-05-16 02:43:13 -06:00
parent c7207c0f59
commit b66a872ab4
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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