We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f7ade commit 1112e99Copy full SHA for 1112e99
1 file changed
bin/v-add-web-domain-httpauth
@@ -24,8 +24,8 @@ source $HESTIA/conf/hestia.conf
24
# Defining htpasswd file
25
htaccess="$HOMEDIR/$user/conf/web/$domain/htaccess"
26
htpasswd="$HOMEDIR/$user/conf/web/$domain/htpasswd"
27
-shtaccess="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.$domain.conf_htaccess"
28
-shtpasswd="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.$domain.htpasswd"
+shtaccess="$htaccess"
+shtpasswd="$htpasswd"
29
docroot="$HOMEDIR/$user/web/$domain/public_html"
30
31
0 commit comments