Update production.md

pull/3720/head
G4dter 2021-02-04 16:50:35 +01:00 committed by Chocobozzz
parent 9129b7694d
commit f35f23d87a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ To generate the certificate for your domain as required to make https work you c
```
$ sudo systemctl stop nginx
$ sudo certbot certonly --standalone --post-hook "systemctl start nginx"
$ sudo certbot certonly --standalone --post-hook "systemctl restart nginx"
$ sudo systemctl reload nginx
```