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 5d6dd16 commit b470605Copy full SHA for b470605
bin/v-rebuild-web-domains
@@ -95,10 +95,10 @@ else
95
tmp_conf="$HOMEDIR/$user/conf/web/tmp_$PROXY_SYSTEM.conf"
96
conf="$HOMEDIR/$user/conf/web/$PROXY_SYSTEM.conf"
97
mv $tmp_conf $conf
98
- fi
99
- proxy_include=$(grep "$conf" $proxy_conf )
100
- if [ -z "$proxy_include" ]; then
101
- echo "include $conf;" >> $proxy_conf
+ proxy_include=$(grep "$conf" $proxy_conf )
+ if [ -z "$proxy_include" ]; then
+ echo "include $conf;" >> $proxy_conf
+ fi
102
fi
103
104
# Checking SSL proxy
0 commit comments