From 170e3a2f3ce2feb519461b857564b40a53b1b13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Tue, 13 Feb 2024 21:16:06 +0800 Subject: [PATCH] update renew_cert.sh --- renew_cert.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renew_cert.sh b/renew_cert.sh index 52a6b7e..5a29ef6 100755 --- a/renew_cert.sh +++ b/renew_cert.sh @@ -1,8 +1,10 @@ #!/bin/sh set -x -openresty -s stop +killall -9 openresty +#openresty -s stop certbot renew -nginx -s stop +#nginx -s stop +killall -9 nginx openresty