]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/production.md
Fix plugin api guide transcoding section
[github/Chocobozzz/PeerTube.git] / support / doc / production.md
index 7ec94aae2f0703280872c15fa4a01f4731bfa74d..fcb379a8a24b607c03f23e74c230f37141460e5d 100644 (file)
@@ -66,7 +66,7 @@ Download the latest version of the Peertube client, unzip it and remove the zip
 ```
 $ cd /var/www/peertube/versions
 $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip"
-$ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
+$ sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
 ```
 
 Install Peertube:
@@ -149,6 +149,7 @@ Since our nginx template supports webroot renewal, we suggest you to update the
 
 ```
 $ # Replace authenticator = standalone by authenticator = webroot
+$ # Add webroot_path = /var/www/certbot
 $ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf
 ```
 
@@ -161,8 +162,6 @@ $ sudo pkg install dehydrated
 
 ### TCP/IP Tuning
 
-A lot of your instance's raw performance is dependent on a properly tuned machine and more specifically, reverse-proxy. We provide support for Nginx and spent a lot of time putting sane defaults in it, but we strongly advise you to follow up with instructions in https://github.com/denji/nginx-tuning as needed.
-
 **On Linux**
 
 ```