Update production.md
This commit is contained in:
parent
9129b7694d
commit
f35f23d87a
|
@ -134,7 +134,7 @@ To generate the certificate for your domain as required to make https work you c
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo systemctl stop nginx
|
$ 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
|
$ sudo systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue