Fix minor bug.
This commit is contained in:
parent
826309ac44
commit
eddf35b31e
@ -2087,7 +2087,7 @@ EOF
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
|
||||
RewriteRule (.*) http://${rewrite_url} [R=301,L]
|
||||
RewriteRule (.*) https://${rewrite_url} [R=301,L]
|
||||
|
||||
SSLEngine on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user