Skip to content

Commit 170a067

Browse files
committed
Fixed DocumentRoot bug in v_change_web_domain_tpl script
1 parent b57f923 commit 170a067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v_change_web_domain_tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ ip=$IP
7878
email="$user@$domain"
7979
group="$user"
8080
docroot="$V_HOME/$user/web/$domain/public_html"
81+
docroot_string="DocumentRoot $docroot"
8182
conf="$V_HOME/$user/conf/httpd.conf"
8283
tpl_file="$V_WEBTPL/apache_$template.tpl"
8384

0 commit comments

Comments
 (0)