aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-11-18 08:15:49 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-11-18 08:15:55 +0100
commit11c449eb1e7f1461125c86127c4a20db18954409 (patch)
tree262fb957164c41fbc8ccaf7388db5225aaed17c9 /support/doc
parent3e8584b99ae03ab4d87db0fe70c49c3744e8d762 (diff)
downloadPeerTube-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.md2
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
145A 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```