Skip to content

Commit 1112e99

Browse files
author
Kristan Kenney
committed
Use existing htaccess/htpasswd files
1 parent 37f7ade commit 1112e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-web-domain-httpauth

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ source $HESTIA/conf/hestia.conf
2424
# Defining htpasswd file
2525
htaccess="$HOMEDIR/$user/conf/web/$domain/htaccess"
2626
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"
27+
shtaccess="$htaccess"
28+
shtpasswd="$htpasswd"
2929
docroot="$HOMEDIR/$user/web/$domain/public_html"
3030

3131

0 commit comments

Comments
 (0)