X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=support%2Fdoc%2Fproduction.md;h=fcb379a8a24b607c03f23e74c230f37141460e5d;hb=7aca6b249a3bc9717df62f27e353579b3283d4d2;hp=7ec94aae2f0703280872c15fa4a01f4731bfa74d;hpb=f35f23d87a4ea763b2e34505ef20c4987154e6d7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/production.md b/support/doc/production.md index 7ec94aae2..fcb379a8a 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -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** ```