Skip to content

Commit 3afb709

Browse files
link directly to try_files in performance docs (#1633)
1 parent 82aeb12 commit 3afb709

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ other.example.com {
113113
Using the `php_server` directive is generally what you need,
114114
but if you need full control, you can use the lower-level `php` directive.
115115
The `php` directive passes all input to PHP, instead of first checking whether
116-
it's a PHP file or not. Read more about it in the [performance page](performance.md).
116+
it's a PHP file or not. Read more about it in the [performance page](performance.md#try_files).
117117

118118
Using the `php_server` directive is equivalent to this configuration:
119119

docs/fr/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ other.example.com {
112112
L'utilisation de la directive `php_server` est généralement suffisante,
113113
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.
114114
La directive `php` transmet toutes les entrées à PHP, au lieu de vérifier d'abord si
115-
c'est un fichier PHP ou pas. En savoir plus à ce sujet dans la [page performances](performance.md).
115+
c'est un fichier PHP ou pas. En savoir plus à ce sujet dans la [page performances](performance.md#try_files).
116116

117117
Utiliser la directive `php_server` est équivalent à cette configuration :
118118

0 commit comments

Comments
 (0)