Fixed rewrite rule

This commit is contained in:
thorstenspille 2021-05-20 21:49:26 +02:00
parent 5656e79578
commit 531c87e15e

View File

@ -17,7 +17,7 @@ cat << EOF > /etc/apache2/sites-available/000-default.conf
<VirtualHost *:80>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/spille [R,L]
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$CMK_INSTANCE [R,L]
</VirtualHost>
EOF