From 6689214920897e9b555a5acaf4a3c2db527be32e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Oct 2022 11:22:30 +0200 Subject: Add a note about worker_connections in doc --- support/doc/production.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/doc') 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 $ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf ``` +If 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. + **FreeBSD** On FreeBSD you can use [Dehydrated](https://dehydrated.io/) `security/dehydrated` for [Let's Encrypt](https://letsencrypt.org/) -- cgit v1.2.3