Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9129b76 commit f35f23dCopy full SHA for f35f23d
support/doc/production.md
@@ -134,7 +134,7 @@ To generate the certificate for your domain as required to make https work you c
134
135
```
136
$ sudo systemctl stop nginx
137
-$ sudo certbot certonly --standalone --post-hook "systemctl start nginx"
+$ sudo certbot certonly --standalone --post-hook "systemctl restart nginx"
138
$ sudo systemctl reload nginx
139
140
0 commit comments