mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
13 lines
88 B
Caddyfile
13 lines
88 B
Caddyfile
{
|
|
frankenphp
|
|
}
|
|
|
|
http:// {
|
|
route {
|
|
root * .
|
|
|
|
encode zstd br gzip
|
|
php_server
|
|
}
|
|
}
|