2427c07f4c
Add production and dev Caddyfiles for FrankenPHP: - Caddyfile: HTTP-only on :8080, auto_https off, worker mode - Caddyfile.dev: same but without worker directive so Xdebug step-debugging remains functional; Caddy debug logging enabled Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
112 B
Caddyfile
13 lines
112 B
Caddyfile
{
|
|
admin off
|
|
auto_https off
|
|
debug
|
|
|
|
frankenphp
|
|
}
|
|
|
|
:8080 {
|
|
root * /app/public
|
|
php_server
|
|
}
|