diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 2 |
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 | ||
178 | 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. | ||
179 | |||
178 | **FreeBSD** | 180 | **FreeBSD** |
179 | On FreeBSD you can use [Dehydrated](https://dehydrated.io/) `security/dehydrated` for [Let's Encrypt](https://letsencrypt.org/) | 181 | On FreeBSD you can use [Dehydrated](https://dehydrated.io/) `security/dehydrated` for [Let's Encrypt](https://letsencrypt.org/) |
180 | 182 | ||