aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authortaziden <taziden@flexiden.org>2018-01-17 11:34:26 +0100
committerChocobozzz <me@florianbigard.com>2018-01-17 11:34:26 +0100
commita5c57bf33e4f90edebaf203944b8125dd5b14202 (patch)
tree76f40b035154f9b0af9c043c714ca8e7faec6ba0 /support
parentfd206f0b2d7e5c8e00e2817266d90ec54f79e1da (diff)
downloadPeerTube-a5c57bf33e4f90edebaf203944b8125dd5b14202.tar.gz
PeerTube-a5c57bf33e4f90edebaf203944b8125dd5b14202.tar.zst
PeerTube-a5c57bf33e4f90edebaf203944b8125dd5b14202.zip
fix typo in production guide (#208)
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 d427489c7..7f43e438c 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -53,7 +53,7 @@ configuration.
53Copy the nginx configuration template: 53Copy the nginx configuration template:
54 54
55``` 55```
56$ sudo cp /home/peertube/PeerTube/support/nginx/peertube /etc/nginx/sites-available/peertube 56$ sudo cp /home/peertube/peertube-latest/support/nginx/peertube /etc/nginx/sites-available/peertube
57``` 57```
58 58
59Then modify the webserver configuration file. Please pay attention to the `alias` key of `/static/webseed` location. 59Then modify the webserver configuration file. Please pay attention to the `alias` key of `/static/webseed` location.