This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cv/Caddyfile
T
Sagent 9c022c0187
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Failing after 15s
fix: migrate from jcabillot/phpapache to dunglas/frankenphp
2026-06-29 12:35:50 +00:00

12 lines
127 B
Caddyfile

{
auto_https off
frankenphp
}
:8080 {
root * /app/public
encode zstd br gzip
php_server
file_server
}