Files
preauth/Caddyfile
T
andrew 102b9f3e78 Full code refactor to Symfony7.4 with FrankenPHP
Includes significant breaking changes.
Default port and transportation changed to
http via port 80
Names of environment variables have changed.
2025-12-15 12:30:14 -05:00

9 lines
84 B
Caddyfile

http://
root public/
rewrite index.php
php {
root /app/public
worker index.php
}