From c6c2243a685bc72de0864d16bfe779d023a486e1 Mon Sep 17 00:00:00 2001 From: myve Date: Thu, 12 Jun 2025 16:36:51 +0000 Subject: [PATCH] Update nginx.sh --- nginx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.sh b/nginx.sh index 474fd74..44c8fe4 100644 --- a/nginx.sh +++ b/nginx.sh @@ -87,7 +87,7 @@ server { conf # Certbot -sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --staple-ocsp --hsts --no-redirect \ +sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --hsts --no-redirect \ --email ${eff_email_address} \ --domain ${url} @@ -111,7 +111,7 @@ do conf # Certbot - sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --staple-ocsp --hsts --no-redirect \ + sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --hsts --no-redirect \ --email ${eff_email_address} \ --domain ${url} done