mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Fixed DocumentRoot bug in v_change_web_domain_tpl script
This commit is contained in:
parent
b57f9235d3
commit
170a067313
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue