]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
fix typo in production guide (#208)
authortaziden <taziden@flexiden.org>
Wed, 17 Jan 2018 10:34:26 +0000 (11:34 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 17 Jan 2018 10:34:26 +0000 (11:34 +0100)
support/doc/production.md

index d427489c71982c8dae321b7399b2bbc17a83936d..7f43e438c0dbc857d05bfaf890aa8957f77a4231 100644 (file)
@@ -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.