Fix documentation:

The documentation says "reload" instead of "start" or "restart".
This commit is contained in:
John Livingston 2024-08-01 09:21:13 +02:00 committed by Chocobozzz
parent 17cd564875
commit 533897af59
1 changed files with 1 additions and 1 deletions

View File

@ -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.