Files
rssbridge/Caddyfile
T
Sagent 699acc8684
PR Checks / hadolint (pull_request) Successful in 6s
fix: migrate from jcabillot/phpapache to dunglas/frankenphp
2026-06-29 12:50:57 +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
}