1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

Fixed DocumentRoot bug in v_change_web_domain_tpl script

This commit is contained in:
Serghey Rodin 2012-02-10 14:49:29 +02:00
parent b57f9235d3
commit 170a067313

@ -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"