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 3fb33c46b4
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Failing after 16s
fix: migrate from jcabillot/phpapache to dunglas/frankenphp
2026-06-29 12:39:45 +00:00

12 lines
127 B
Caddyfile

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