aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorG4dter <G4dter@users.noreply.github.com>2021-02-04 16:50:35 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-02-08 15:42:15 +0100
commitf35f23d87a4ea763b2e34505ef20c4987154e6d7 (patch)
treeb428dcf423924904fd85804efdfd415a712e7535 /support
parent9129b7694d577322327ee79e9b9aa64deee92765 (diff)
downloadPeerTube-f35f23d87a4ea763b2e34505ef20c4987154e6d7.tar.gz
PeerTube-f35f23d87a4ea763b2e34505ef20c4987154e6d7.tar.zst
PeerTube-f35f23d87a4ea763b2e34505ef20c4987154e6d7.zip
Update production.md
Diffstat (limited to 'support')
-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