diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-18 08:15:49 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-18 08:15:55 +0100 |
commit | 11c449eb1e7f1461125c86127c4a20db18954409 (patch) | |
tree | 262fb957164c41fbc8ccaf7388db5225aaed17c9 /support/doc | |
parent | 3e8584b99ae03ab4d87db0fe70c49c3744e8d762 (diff) | |
download | PeerTube-11c449eb1e7f1461125c86127c4a20db18954409.tar.gz PeerTube-11c449eb1e7f1461125c86127c4a20db18954409.tar.zst PeerTube-11c449eb1e7f1461125c86127c4a20db18954409.zip |
remove nginx fd caching, add module requirements
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 0ee275e9e..4a8c488ee 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -142,6 +142,8 @@ $ sudo pkg install dehydrated | |||
142 | 142 | ||
143 | ### TCP/IP Tuning | 143 | ### TCP/IP Tuning |
144 | 144 | ||
145 | 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. | ||
146 | |||
145 | **On Linux** | 147 | **On Linux** |
146 | 148 | ||
147 | ``` | 149 | ``` |