Skip to content

Commit eaeb890

Browse files
author
Kristan Kenney
committed
Add v-change-web-domain-docroot
* User can set domain to load document root from another domain under their account. * A path outside of public_html can optionally be specified. * Reset docroot to default by specifying 'default' instead of the target domain when running command.
1 parent 704b21e commit eaeb890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/v-add-web-domain-backend

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ prepare_web_backend
4444
get_domain_values 'web'
4545

4646
# Checking backend configuration
47-
if [ -e "$pool/$backend_type.conf" ]; then
48-
exit
49-
fi
47+
#if [ -e "$pool/$backend_type.conf" ]; then
48+
# exit
49+
#fi
5050

5151
# Allocating backend port
5252
backend_port=9000

0 commit comments

Comments
 (0)