Do not restart apache while preparing letsencrypt acme challenge

This commit is contained in:
myvesta 2020-04-27 11:24:02 +02:00 committed by GitHub
commit 338125b448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,8 +179,8 @@ for auth in $authz; do
mkdir -p $acme_challenge
echo "$token.$THUMB" > $acme_challenge/$token
chown -R $user:$user $well_known
$BIN/v-restart-web
check_result $? "Web restart failed" >/dev/null
# $BIN/v-restart-web
# check_result $? "Web restart failed" >/dev/null
fi
fi