fix typo in production guide (#208)

This commit is contained in:
taziden 2018-01-17 11:34:26 +01:00 committed by Chocobozzz
parent fd206f0b2d
commit a5c57bf33e

View File

@ -53,7 +53,7 @@ configuration.
Copy the nginx configuration template: Copy the nginx configuration template:
``` ```
$ sudo cp /home/peertube/PeerTube/support/nginx/peertube /etc/nginx/sites-available/peertube $ sudo cp /home/peertube/peertube-latest/support/nginx/peertube /etc/nginx/sites-available/peertube
``` ```
Then modify the webserver configuration file. Please pay attention to the `alias` key of `/static/webseed` location. Then modify the webserver configuration file. Please pay attention to the `alias` key of `/static/webseed` location.