Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
|
|
|
:80 {
|
|
|
|
|
root * /app/public
|
|
|
|
|
|
2026-03-20 18:31:36 +01:00
|
|
|
handle_path /stats/* {
|
|
|
|
|
rewrite * {uri}
|
|
|
|
|
reverse_proxy https://tools-security.esy-web.dev {
|
|
|
|
|
header_up Host tools-security.esy-web.dev
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
handle /assets/perf.js {
|
|
|
|
|
rewrite * /beacon.min.js
|
|
|
|
|
reverse_proxy https://static.cloudflareinsights.com {
|
|
|
|
|
header_up Host static.cloudflareinsights.com
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-20 21:39:39 +01:00
|
|
|
handle_path /sperf {
|
2026-03-20 21:40:42 +01:00
|
|
|
rewrite * /cdn-cgi/rum
|
2026-03-20 21:38:17 +01:00
|
|
|
reverse_proxy https://cloudflareinsights.com {
|
|
|
|
|
header_up Host cloudflareinsights.com
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
|
|
|
php_fastcgi php:9000 {
|
|
|
|
|
trusted_proxies private_ranges
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
file_server
|
|
|
|
|
|
|
|
|
|
encode gzip
|
|
|
|
|
|
|
|
|
|
try_files {path} /index.php?{query}
|
|
|
|
|
}
|