From b373d2d5976bdd9ed56f877456711acd6093594d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 9 Sep 2017 23:58:12 +0000 Subject: [PATCH] Revert "Do not httpd-redirect for acme challenges" Not yet +2 FBR This reverts commit fd0a29275ad4f37f42f6383e14a298adf1db0978. --- roles/httpd/website/templates/website.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index 804942a557..8eed648739 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"