myPrayerJournal/src/Caddyfile

10 lines
137 B
Caddyfile

{
frankenphp
order php_server before file_server
}
http://localhost:3000 {
root * ./public
try_files {path} {path}.php
php_server
}