diff options
author | taziden <taziden@flexiden.org> | 2018-01-17 11:34:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-17 11:34:26 +0100 |
commit | a5c57bf33e4f90edebaf203944b8125dd5b14202 (patch) | |
tree | 76f40b035154f9b0af9c043c714ca8e7faec6ba0 | |
parent | fd206f0b2d7e5c8e00e2817266d90ec54f79e1da (diff) | |
download | PeerTube-a5c57bf33e4f90edebaf203944b8125dd5b14202.tar.gz PeerTube-a5c57bf33e4f90edebaf203944b8125dd5b14202.tar.zst PeerTube-a5c57bf33e4f90edebaf203944b8125dd5b14202.zip |
fix typo in production guide (#208)
-rw-r--r-- | support/doc/production.md | 2 |
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. | |||
53 | Copy the nginx configuration template: | 53 | Copy 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 | ||
59 | Then modify the webserver configuration file. Please pay attention to the `alias` key of `/static/webseed` location. | 59 | Then modify the webserver configuration file. Please pay attention to the `alias` key of `/static/webseed` location. |