diff options
-rw-r--r-- | apache2/conf-available/local-tls.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2/conf-available/local-tls.conf b/apache2/conf-available/local-tls.conf index 53f777b..528d266 100644 --- a/apache2/conf-available/local-tls.conf +++ b/apache2/conf-available/local-tls.conf @@ -16,7 +16,7 @@ <IfDefine _TLSHOST> <If "%{HTTPS} != 'on'"> - RedirectMatch permanent ^(?!/.well-known/)(.*) https://${_HOST}/$1 + RedirectMatch permanent ^(?!/.well-known/)(.*) https://${_HOST}$1 </If> <IfModule mod_gnutls.c> |