aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/production.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/production.md')
-rw-r--r--support/doc/production.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index 6b694c924..7ec94aae2 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -134,7 +134,7 @@ To generate the certificate for your domain as required to make https work you c
134 134
135``` 135```
136$ sudo systemctl stop nginx 136$ sudo systemctl stop nginx
137$ sudo certbot certonly --standalone --post-hook "systemctl start nginx" 137$ sudo certbot certonly --standalone --post-hook "systemctl restart nginx"
138$ sudo systemctl reload nginx 138$ sudo systemctl reload nginx
139``` 139```
140 140