summaryrefslogtreecommitdiff
path: root/apache2
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-10-21 12:51:28 +0200
committerJonas Smedegaard <dr@jones.dk>2025-10-21 12:51:28 +0200
commit31f20acc2af2efd23e174195d989c33bf958dffc (patch)
tree900ae4c40d095fc6f276f4c83fa95eb2bea7f0bc /apache2
parenta58546b5b71cdc060a6a98e0eb05c8d351e873b7 (diff)
tidy whitespaceHEADmaster
Diffstat (limited to 'apache2')
-rw-r--r--apache2/conf-available/local-alias-redirect.conf2
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