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 9121d49 commit 0157c7fCopy full SHA for 0157c7f
bin/v-rebuild-web-domains
@@ -111,6 +111,10 @@ else
111
if [ -z "$proxy_include" ]; then
112
echo "include $conf;" >> $proxy_conf
113
fi
114
+ else
115
+ conf="$HOMEDIR/$user/conf/web/$PROXY_SYSTEM.conf"
116
+ sed -i "/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $conf
117
+ rm -f $HOMEDIR/$user/conf/web/$PROXY_SYSTEM.conf
118
119
120
# Checking SSL proxy
@@ -122,6 +126,11 @@ else
122
126
123
127
124
128
129
130
+ conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf"
131
132
+ rm -f $HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf
133
+
125
134
135
136
0 commit comments