mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Do not restart apache while preparing letsencrypt acme challenge
This commit is contained in:
parent
c3c55a4e2a
commit
338125b448
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue