12 lines
125 B
Caddyfile
12 lines
125 B
Caddyfile
|
|
{
|
||
|
|
auto_https off
|
||
|
|
frankenphp
|
||
|
|
}
|
||
|
|
|
||
|
|
:80 {
|
||
|
|
root * /app/public
|
||
|
|
encode zstd br gzip
|
||
|
|
php_server
|
||
|
|
file_server
|
||
|
|
}
|