Fix for letsencrypt issuing in apache-less variant

This commit is contained in:
myvesta 2020-07-15 00:01:19 +02:00 committed by GitHub
commit a63b6281ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,6 +180,10 @@ for auth in $authz; do
ln -s "$conf" "$sconf"
fi
$BIN/v-restart-proxy
if [ -z "$PROXY_SYSTEM" ]; then
# apache-less variant
$BIN/v-restart-web
fi
check_result $? "Proxy restart failed" >/dev/null
fi
else