Fixed issue where HTTP to HTTPS redirect leaves out the / (#959)

This commit is contained in:
BetaLeaf 2019-10-03 15:13:42 -04:00 коммит произвёл Daniel Hansson
Родитель 9a2c2dd4dc
Коммит f6b11701c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -117,7 +117,7 @@ then
cat << SSL_CREATE > "$ssl_conf"
<VirtualHost *:80>
ServerName $domain
Redirect / https://$domain
Redirect / https://$domain/
</VirtualHost>
<VirtualHost *:443>