From 533897af591e94e961a89c5ff0e81603ecdab42d Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 1 Aug 2024 09:21:13 +0200 Subject: [PATCH] Fix documentation: The documentation says "reload" instead of "start" or "restart". --- support/doc/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/doc/production.md b/support/doc/production.md index e1591b9f2..752157ced 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -163,7 +163,7 @@ To generate the certificate for your domain as required to make https work you c ```bash sudo systemctl stop nginx sudo certbot certonly --standalone --post-hook "systemctl restart nginx" -sudo systemctl reload nginx +sudo systemctl restart nginx ``` Certbot should have installed a cron to automatically renew your certificate.