mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 09:02:11 +01:00
17 lines
135 B
Caddyfile
17 lines
135 B
Caddyfile
{
|
|
frankenphp
|
|
}
|
|
|
|
http:// {
|
|
route {
|
|
root .
|
|
|
|
encode zstd br gzip
|
|
|
|
php {
|
|
file_server off
|
|
resolve_root_symlink false
|
|
}
|
|
}
|
|
}
|