mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
rebuild condition when running without nginx
This commit is contained in:
parent
68fa9e642e
commit
b55acb79f6
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ rebuild_web_domain_conf() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Checking proxy
|
# Checking proxy
|
||||||
if [ ! -z "$PROXY" ]; then
|
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
|
||||||
tpl_file="$WEBTPL/$PROXY_SYSTEM/$PROXY.tpl"
|
tpl_file="$WEBTPL/$PROXY_SYSTEM/$PROXY.tpl"
|
||||||
conf="$HOMEDIR/$user/conf/web/tmp_$PROXY_SYSTEM.conf"
|
conf="$HOMEDIR/$user/conf/web/tmp_$PROXY_SYSTEM.conf"
|
||||||
add_web_config
|
add_web_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue