We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fa9e6 commit b55acb7Copy full SHA for b55acb7
func/rebuild.sh
@@ -282,7 +282,7 @@ rebuild_web_domain_conf() {
282
fi
283
284
# Checking proxy
285
- if [ ! -z "$PROXY" ]; then
+ if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
286
tpl_file="$WEBTPL/$PROXY_SYSTEM/$PROXY.tpl"
287
conf="$HOMEDIR/$user/conf/web/tmp_$PROXY_SYSTEM.conf"
288
add_web_config
0 commit comments