We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ecae9 commit cacc57fCopy full SHA for cacc57f
bin/v-add-web-domain-ssl-force
@@ -47,12 +47,12 @@ if [ ! -z "$PROXY_SYSTEM" ] || [ ! -z "$PROXY" ]; then
47
if ! grep --quiet "forcessl" $HESTIA/data/templates/web/nginx/default.tpl; then
48
$BIN/v-update-web-templates
49
fi
50
- forcessl="/home/$user/conf/web/forcessl.nginx.$domain.conf"
+ forcessl="/home/$user/conf/web/$domain/$PROXY_SYSTEM.force-ssl.conf"
51
else
52
53
54
55
- forcessl="/home/$user/conf/web/forcessl.apache2.$domain.conf"
+ forcessl="/home/$user/conf/web/$domain/$WEB_SYSTEM.force-ssl.conf"
56
57
58
# Insert redirect commands
0 commit comments