diff options
-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. |