summaryrefslogtreecommitdiff
path: root/apache2/conf-available/local-alias-redirect.conf
blob: e04fe299efff3e64cc3e3903b79df77240f61fc2 (plain)
  1. <If "%{HTTP_HOST} != %{SERVER_NAME}">
  2. RedirectMatch permanent ^(?!/.well-known/acme-challenge/)(.*) https://${_HOST}$1
  3. </If>