Revert "Do not httpd-redirect for acme challenges" Not yet +2 FBR

This reverts commit fd0a29275a.
This commit is contained in:
Patrick Uiterwijk 2017-09-09 23:58:12 +00:00
parent 0947c8fb9c
commit b373d2d597

View file

@ -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"