From aa09af4a97837dc9eb1fee71e2b9127fd6de0398 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Mon, 25 Mar 2024 12:26:07 +0100 Subject: [PATCH] utiliser le moins possible if avec Nginx --- HowtoNginx.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoNginx.md b/HowtoNginx.md index a7d8ebc0..3fa20750 100644 --- a/HowtoNginx.md +++ b/HowtoNginx.md @@ -929,3 +929,11 @@ server { client_max_body_size 4m; } ``` + +### if is evil + +Nginx conseille de minimiser l'utilisation de `if` autant que possible : + + + +