Files
archived-frankenphp/testdata/benchmark.Caddyfile
2023-12-18 15:35:44 +01:00

13 lines
85 B
Caddyfile

{
frankenphp
}
http:// {
route {
root * .
encode zstd gzip
php_server
}
}