mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
new improved template scheme
This commit is contained in:
parent
14687f170a
commit
fd4e68bb8c
96 changed files with 1395 additions and 1425 deletions
|
@ -51,9 +51,11 @@ fi
|
|||
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
|
||||
$BIN/v-add-web-domain $user $domain $ip
|
||||
retun_code=$?
|
||||
if [ "$PROXY_SYSTEM" = 'nginx' ] && [ "$retun_code" -eq 0 ]; then
|
||||
$BIN/v-add-web-domain-nginx $user $domain
|
||||
fi
|
||||
fi
|
||||
|
||||
# Proxy support
|
||||
if [ ! -z "$PROXY_SYSTEM" ] && [ "$retun_code" -eq 0 ]; then
|
||||
$BIN/v-add-web-domain-proxy $user $domain
|
||||
fi
|
||||
|
||||
# DNS domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue