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 6cdef97 commit e287d8cCopy full SHA for e287d8c
bin/v-add-letsencrypt-domain
@@ -239,8 +239,10 @@ for auth in $authz; do
239
if [ ! -e "$sconf" ]; then
240
ln -s "$conf" "$sconf"
241
fi
242
- $BIN/v-restart-proxy
243
- check_result $? "Proxy restart failed" > /dev/null
+ if [ ! -z "$PROXY_SYSTEM" ]; then
+ $BIN/v-restart-proxy
244
+ check_result $? "Proxy restart failed" > /dev/null
245
+ fi
246
else
247
# Get root directory from configuration
248
domain_config="$HOMEDIR/$user/conf/web/$domain"
0 commit comments