summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/httpd/website/templates/website.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf
index 804942a55..8eed64873 100644
--- a/roles/httpd/website/templates/website.conf
+++ b/roles/httpd/website/templates/website.conf
@@ -17,7 +17,6 @@
{% if sslonly %}
RewriteEngine On
RewriteCond %{HTTPS} off
- RewriteCond %{REQUEST_URI} !/.well-known/acme-challenge/.*
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
{% else %}
Include "conf.d/{{ name }}/*.conf"