10 lines
135 B
Caddyfile
10 lines
135 B
Caddyfile
{
|
|
frankenphp
|
|
order php_server before file_server
|
|
}
|
|
http://localhost:8205 {
|
|
root ./public
|
|
try_files {path} {path}.php
|
|
php_server
|
|
}
|