mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-08 08:25:05 +02:00
Fixed rewrite rule
This commit is contained in:
parent
5656e79578
commit
531c87e15e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue