mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 09:02:11 +01:00
13 lines
88 B
Caddyfile
13 lines
88 B
Caddyfile
{
|
|
frankenphp
|
|
}
|
|
|
|
http:// {
|
|
route {
|
|
root * .
|
|
|
|
encode zstd br gzip
|
|
php_server
|
|
}
|
|
}
|