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 e287d8c commit 15da064Copy full SHA for 15da064
bin/v-add-letsencrypt-domain
@@ -267,8 +267,10 @@ for auth in $authz; do
267
echo "$token.$THUMB" > $acme_challenge/$token
268
chown -R $user:$user $well_known
269
fi
270
- $BIN/v-restart-web
271
- check_result $? "Web restart failed" > /dev/null
+ if [ "$WEB_SYSTEM" = 'nginx' ]; then
+ $BIN/v-restart-web
272
+ check_result $? "Web restart failed" > /dev/null
273
+ fi
274
275
276
# Requesting ACME validation / STEP 5
0 commit comments