aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-26 11:22:30 +0200
committerChocobozzz <me@florianbigard.com>2022-10-26 11:22:30 +0200
commit6689214920897e9b555a5acaf4a3c2db527be32e (patch)
tree61533b738734ad85170baa7048060281e8822f15 /support/doc
parent44df702502ff5defc42b262b15507f6d88aacc50 (diff)
downloadPeerTube-6689214920897e9b555a5acaf4a3c2db527be32e.tar.gz
PeerTube-6689214920897e9b555a5acaf4a3c2db527be32e.tar.zst
PeerTube-6689214920897e9b555a5acaf4a3c2db527be32e.zip
Add a note about worker_connections in doc
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/production.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index b400ac451..dd57e9120 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -175,6 +175,8 @@ $ # Add webroot_path = /var/www/certbot
175$ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf 175$ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf
176``` 176```
177 177
178If you plan to have many concurrent viewers on your PeerTube instance, consider increasing `worker_connections` value: https://nginx.org/en/docs/ngx_core_module.html#worker_connections.
179
178**FreeBSD** 180**FreeBSD**
179On FreeBSD you can use [Dehydrated](https://dehydrated.io/) `security/dehydrated` for [Let's Encrypt](https://letsencrypt.org/) 181On FreeBSD you can use [Dehydrated](https://dehydrated.io/) `security/dehydrated` for [Let's Encrypt](https://letsencrypt.org/)
180 182