From a5c57bf33e4f90edebaf203944b8125dd5b14202 Mon Sep 17 00:00:00 2001 From: taziden Date: Wed, 17 Jan 2018 11:34:26 +0100 Subject: [PATCH 1/1] fix typo in production guide (#208) --- support/doc/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.41.0