diff options
Diffstat (limited to 'roles/website')
-rw-r--r-- | roles/website/templates/httpd.conf.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/website/templates/httpd.conf.j2 b/roles/website/templates/httpd.conf.j2 index b1ce966..5008c18 100644 --- a/roles/website/templates/httpd.conf.j2 +++ b/roles/website/templates/httpd.conf.j2 @@ -10,6 +10,11 @@ server "{{ global.domain_name }}" { directory auto index } + location "/.well-known/acme-challenge/*" { + root "/acme" + request strip 2 + } + } server "www.{{ global.domain_name }}" { |