mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
* feat: enable zstd and gzip compression in Caddyfile. * dev: mount Caddyfile and php.ini in webapp * refactor: remove all local port bindings in docker-compose.yml * build: bump php base images to 8.4.4 * tweak: use high UID for container app user * CI: use step-security/harden-runner and pinned commit hashes * ci: use php 8.4 in CI runner
14 lines
196 B
Caddyfile
14 lines
196 B
Caddyfile
{
|
|
frankenphp
|
|
servers {
|
|
trusted_proxies static private_ranges
|
|
trusted_proxies_strict
|
|
}
|
|
}
|
|
|
|
http:// {
|
|
root * /app/public
|
|
php_server
|
|
log
|
|
encode zstd gzip
|
|
}
|