From a8a463a9f37c8899da093d161abfa7bef84dbbed Mon Sep 17 00:00:00 2001 From: Robert Landers Date: Sat, 7 Jun 2025 10:33:45 +0200 Subject: [PATCH] link directly to try_files in performance docs --- docs/config.md | 2 +- docs/fr/config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 7285914505..ab04750008 100644 --- a/docs/config.md +++ b/docs/config.md @@ -113,7 +113,7 @@ other.example.com { Using the `php_server` directive is generally what you need, but if you need full control, you can use the lower-level `php` directive. The `php` directive passes all input to PHP, instead of first checking whether -it's a PHP file or not. Read more about it in the [performance page](performance.md). +it's a PHP file or not. Read more about it in the [performance page](performance.md#try_files). Using the `php_server` directive is equivalent to this configuration: diff --git a/docs/fr/config.md b/docs/fr/config.md index c43023fc3b..beb973381a 100644 --- a/docs/fr/config.md +++ b/docs/fr/config.md @@ -112,7 +112,7 @@ other.example.com { L'utilisation de la directive `php_server` est généralement suffisante, mais si vous avez besoin d'un contrôle total, vous pouvez utiliser la directive `php`, qui permet un plus grand niveau de finesse dans la configuration. La directive `php` transmet toutes les entrées à PHP, au lieu de vérifier d'abord si -c'est un fichier PHP ou pas. En savoir plus à ce sujet dans la [page performances](performance.md). +c'est un fichier PHP ou pas. En savoir plus à ce sujet dans la [page performances](performance.md#try_files). Utiliser la directive `php_server` est équivalent à cette configuration :