Commit 7b8cf6b
authored
docs: wrong config path for autoloaded .caddyfile (#2059)
Hi !
I am playing with FrankenPHP, and frankly new to the thing so I may be
wrong.
The [current documentation](https://frankenphp.dev/docs/config/#docker)
mention that :
> /etc/frankenphp/caddy.d/*.caddy: additional configuration files that
are loaded automatically
But in the main Caddyfile ([here on
GitHub](https://github.com/php/frankenphp/blob/main/caddy/frankenphp/Caddyfile#L59))
imports differently:
```ini
import Caddyfile.d/*.caddyfile
```
This PR aims to correct this :)
Thank you for your time !
Signed-off-by: Arkeins <7311955+Arkeins@users.noreply.github.com>1 parent 98573ed commit 7b8cf6b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments