diff --git a/docs/config.md b/docs/config.md index 53cbe1d1..c114ee0d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -19,7 +19,7 @@ RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini ``` The static binary will look for a `php.ini` file in the current working directory, -in `/usr/local/lib/` as well as [the other standard locations](https://www.php.net/manual/en/configuration.file.php). +in `/lib/` as well as [the other standard locations](https://www.php.net/manual/en/configuration.file.php). ## Caddyfile Config diff --git a/docs/fr/config.md b/docs/fr/config.md index cde73108..86b4a5a5 100644 --- a/docs/fr/config.md +++ b/docs/fr/config.md @@ -19,7 +19,7 @@ RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini ``` Le binaire statique cherchera un fichier `php.ini` dans le répertoire de travail courant, -dans `/usr/local/lib/` ainsi que [les autres emplacements standards](https://www.php.net/manual/fr/configuration.file.php). +dans `/lib/` ainsi que [les autres emplacements standards](https://www.php.net/manual/fr/configuration.file.php). ## Configuration du Caddyfile