Просмотр исходного кода

docs: fix php.ini path for static binaries

Kévin Dunglas 8 месяцев назад
Родитель
Сommit
4fab5a3169
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/config.md
  2. 1 1
      docs/fr/config.md

+ 1 - 1
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
 

+ 1 - 1
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