Skip to content

Commit b250bd9

Browse files
authored
docs: add instructions to run Caddyfile from static binary (#1501)
1 parent 99064ee commit b250bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
FrankenPHP, Caddy as well as the Mercure and Vulcain modules can be configured using [the formats supported by Caddy](https://caddyserver.com/docs/getting-started#your-first-config).
44

5-
In [the Docker images](docker.md), the `Caddyfile` is located at `/etc/caddy/Caddyfile`.
6-
The static binary will look for the `Caddyfile` in the directory in which it is started.
5+
In [the Docker images](docker.md), the `Caddyfile` is located at `/etc/caddy/Caddyfile`. The static binary will look for the `Caddyfile` in the directory where the `frankenphp run` command is executed. You can specify a custom path with the `-c` or `--config` option.
76

87
PHP itself can be configured [using a `php.ini` file](https://www.php.net/manual/en/configuration.file.php).
98

0 commit comments

Comments
 (0)