mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
22 lines
350 B
Caddyfile
22 lines
350 B
Caddyfile
{
|
|
{$CADDY_GLOBAL_OPTIONS}
|
|
|
|
frankenphp {
|
|
{$FRANKENPHP_CONFIG}
|
|
}
|
|
}
|
|
|
|
{$CADDY_EXTRA_CONFIG}
|
|
|
|
{$SERVER_NAME:localhost} {
|
|
root * /app/public
|
|
encode zstd br gzip
|
|
|
|
{$CADDY_SERVER_EXTRA_DIRECTIVES}
|
|
|
|
# Disable Topics tracking if not enabled explicitly: https://github.com/jkarlin/topics
|
|
header ?Permissions-Policy "browsing-topics=()"
|
|
|
|
php_server
|
|
}
|