Don't force SSL for acme challenges URI

This commit is contained in:
Daniel Berteaud 2016-01-23 16:12:09 +01:00
parent 0abf07cf1d
commit a37e1f8fc1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
else {
$OUT .=<<'EOF';
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule ^/(.*|$) https://%{HTTP_HOST}/$1 [L,R]
EOF