mirror of
https://github.com/php/frankenphp.git
synced 2026-04-26 10:18:13 +02:00
13 lines
88 B
Caddyfile
13 lines
88 B
Caddyfile
{
|
|
frankenphp
|
|
}
|
|
|
|
http:// {
|
|
route {
|
|
root * .
|
|
|
|
encode zstd br gzip
|
|
php_server
|
|
}
|
|
}
|