mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
nginx support on domain creation
This commit is contained in:
parent
d94c4e2958
commit
c42ea979d3
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ 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
|
||||
fi
|
||||
fi
|
||||
|
||||
# DNS domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue