You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ In [the Docker images](docker.md), the `Caddyfile` is located at `/etc/frankenph
6
6
The static binary will also look for the `Caddyfile` in the directory where the `frankenphp run` command is executed.
7
7
You can specify a custom path with the `-c` or `--config` option.
8
8
9
-
10
9
PHP itself can be configured [using a `php.ini` file](https://www.php.net/manual/en/configuration.file.php).
11
10
12
11
By default, PHP supplied with Docker images and the one included in the static binary will look for a `php.ini` file in the directory where FrankenPHP is started and in `/usr/local/etc/php/`. They will also load all files ending in `.ini` from `/usr/local/etc/php/conf.d/`.
0 commit comments