From 667fea8627d4ebf216af3535ca2c6a4e4b49b711 Mon Sep 17 00:00:00 2001 From: bwaegeneire Date: Thu, 21 Jul 2022 11:19:08 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20entr=C3=A9e=20FAQ=20Too=20many=20open?= =?UTF-8?q?=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoNginx.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HowtoNginx.md b/HowtoNginx.md index 75488f8c..54ae9b85 100644 --- a/HowtoNginx.md +++ b/HowtoNginx.md @@ -779,3 +779,7 @@ location ~ /\.git { return 404; } ~~~ + +### Too many open files + +Si des erreurs "Too many open files" sont retournées par nginx il faut augmenter le [nombre maximum de descripteur](https://wiki.evolix.org/HowtoNginx#augmenter-le-nombre-maximum-de-descripteur-de-fichiers).