File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ source $HESTIA/func/domain.sh
2222source $HESTIA /conf/hestia.conf
2323
2424# Defining htpasswd file
25- htaccess=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain.conf_htaccess "
26- htpasswd=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain. htpasswd"
25+ htaccess=" $HOMEDIR /$user /conf/web/$domain /htaccess "
26+ htpasswd=" $HOMEDIR /$user /conf/web/$domain / htpasswd"
2727shtaccess=" $HOMEDIR /$user /conf/web/s$WEB_SYSTEM .$domain .conf_htaccess"
2828shtpasswd=" $HOMEDIR /$user /conf/web/s$WEB_SYSTEM .$domain .htpasswd"
2929docroot=" $HOMEDIR /$user /web/$domain /public_html"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ source $HESTIA/func/domain.sh
2121source $HESTIA /conf/hestia.conf
2222
2323# Defining htpasswd file
24- htpasswd=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain. htpasswd"
24+ htpasswd=" $HOMEDIR /$user /conf/web/$domain / htpasswd"
2525
2626
2727# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ source $HESTIA/func/domain.sh
2121source $HESTIA /conf/hestia.conf
2222
2323# Defining htpasswd file
24- htaccess=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain.conf_htaccess "
25- htpasswd=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain. htpasswd"
24+ htaccess=" $HOMEDIR /$user /conf/web/$domain /htaccess "
25+ htpasswd=" $HOMEDIR /$user /conf/web/$domain / htpasswd"
2626shtaccess=" $HOMEDIR /$user /conf/web/s$WEB_SYSTEM .$domain .conf_htaccess"
2727shtpasswd=" $HOMEDIR /$user /conf/web/s$WEB_SYSTEM .$domain .htpasswd"
2828
Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ rebuild_web_domain_conf() {
326326 done
327327
328328 # Adding http auth protection
329- htaccess=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain.conf_htaccess "
330- htpasswd=" $HOMEDIR /$user /conf/web/$WEB_SYSTEM . $ domain. htpasswd"
329+ htaccess=" $HOMEDIR /$user /conf/web/$domain /htaccess "
330+ htpasswd=" $HOMEDIR /$user /conf/web/$domain / htpasswd"
331331 docroot=" $HOMEDIR /$user /web/$domain /public_html"
332332 for auth_user in ${AUTH_USER//:/ } ; do
333333 # Parsing auth user variables
You can’t perform that action at this time.
0 commit comments