From b66a872ab4268728c7f476e2c02b91118c5a192a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 16 May 2018 02:43:13 -0600 Subject: [PATCH] add vhost example --- dist/etc/goldilocks/goldilocks.vhost.yml | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dist/etc/goldilocks/goldilocks.vhost.yml diff --git a/dist/etc/goldilocks/goldilocks.vhost.yml b/dist/etc/goldilocks/goldilocks.vhost.yml new file mode 100644 index 0000000..caa974c --- /dev/null +++ b/dist/etc/goldilocks/goldilocks.vhost.yml @@ -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