diff --git a/webserver/templates/httpd.conf b/webserver/templates/httpd.conf index fa5260e..7e70a7f 100644 --- a/webserver/templates/httpd.conf +++ b/webserver/templates/httpd.conf @@ -32,6 +32,9 @@ server "default" { directory auto index authenticate "{{ webserver_fqdn }}" with "{{ webserver_htpasswd_file[ansible_distribution|lower].chroot_path }}" } + location "*" { + block + } location "/.well-known/acme-challenge/*" { root "/acme" request strip 2