diff options
Diffstat (limited to 'roles/httpd/templates')
-rw-r--r-- | roles/httpd/templates/httpd.conf.j2 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/httpd/templates/httpd.conf.j2 b/roles/httpd/templates/httpd.conf.j2 index 4839cd0..45b46c3 100644 --- a/roles/httpd/templates/httpd.conf.j2 +++ b/roles/httpd/templates/httpd.conf.j2 @@ -12,11 +12,6 @@ types { image/png png } -location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 -} - {% for file in configurations.files %} include "{{ file.path }}" {% endfor %} |