Files
ip/Caddyfile
T
Sagent 7a5a53b3db
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Successful in 15s
fix: migrate from jcabillot/phpapache to dunglas/frankenphp
2026-06-29 12:50:50 +00:00

12 lines
151 B
Caddyfile

{
auto_https off
frankenphp
}
:8080 {
root * /app/public
encode zstd br gzip
try_files {path} /index.php?{query}
php_server
}