From: taziden Date: Wed, 17 Jan 2018 10:34:26 +0000 (+0100) Subject: fix typo in production guide (#208) X-Git-Tag: v0.0.12-alpha~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a5c57bf33e4f90edebaf203944b8125dd5b14202;hp=fd206f0b2d7e5c8e00e2817266d90ec54f79e1da;p=github%2FChocobozzz%2FPeerTube.git fix typo in production guide (#208) --- 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. 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.