Files
e-cosplay/ansible/templates/caddy.j2

29 lines
916 B
Plaintext
Raw Normal View History

2025-11-16 19:41:07 +01:00
www.e-cosplay.fr {
tls {
2025-11-16 19:41:07 +01:00
dns cloudflare Kq_hpaH_ng-hAeGsJo6KhQb2TxYW1v6lRGE84aOR
}
root * {{ path }}/public
file_server
request_body {
max_size 100MB
}
header {
Permissions-Policy "accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), usb=(), vr=(), screen-wake-lock=(), xr-spatial-tracking=(), bluetooth=(), ambient-light-sensor=(), battery=(), gamepad=(), notifications=(), push=()"
}
php_fastcgi unix//run/php/php8.3-fpm.sock {
read_timeout 300s
write_timeout 300s
dial_timeout 100s
env HTTP_PROXY ""
}
}
2025-11-16 19:41:07 +01:00
e-coslay.fr {
tls {
dns cloudflare Kq_hpaH_ng-hAeGsJo6KhQb2TxYW1v6lRGE84aOR
}
redir https://www.{host}{uri}
}