diff options
| -rw-r--r-- | apache2/conf-available/local-alias-redirect.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2/conf-available/local-alias-redirect.conf b/apache2/conf-available/local-alias-redirect.conf index eafc2e8..f468c8d 100644 --- a/apache2/conf-available/local-alias-redirect.conf +++ b/apache2/conf-available/local-alias-redirect.conf @@ -1,6 +1,6 @@ <If "%{HTTP_HOST} != %{SERVER_NAME}"> <IfDefine _TLS_HOST> - RedirectMatch permanent ^(?!/.well-known/acme-challenge)(.*) https://${_HOST}$1 + RedirectMatch permanent ^(?!/.well-known/acme-challenge)(.*) https://${_HOST}$1 </IfDefine> <IfDefine !_TLS_HOST> RedirectMatch permanent ^(?!/.well-known/acme-challenge)(.*) http://${_HOST}$1 |
