From a6c554fb6eeda7500215cca0d10930b0db4ddb0a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Jul 2022 15:56:51 +0200 Subject: [PATCH] Remove redundant section --- support/doc/production.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/support/doc/production.md b/support/doc/production.md index 34e19fc8c..44b2c29b1 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -160,12 +160,6 @@ $ sudo certbot certonly --standalone --post-hook "systemctl restart nginx" $ sudo systemctl reload nginx ``` -Now you have the certificates you can reload nginx: - -```bash -$ sudo systemctl reload nginx -``` - Certbot should have installed a cron to automatically renew your certificate. Since our nginx template supports webroot renewal, we suggest you to update the renewal config file to use the `webroot` authenticator: