diff --git a/bin/v_change_web_domain_tpl b/bin/v_change_web_domain_tpl index 14188f176..782f4da77 100755 --- a/bin/v_change_web_domain_tpl +++ b/bin/v_change_web_domain_tpl @@ -78,6 +78,7 @@ ip=$IP email="$user@$domain" group="$user" docroot="$V_HOME/$user/web/$domain/public_html" +docroot_string="DocumentRoot $docroot" conf="$V_HOME/$user/conf/httpd.conf" tpl_file="$V_WEBTPL/apache_$template.tpl"