Files
authser/ansible/templates/e-auth.conf.j2
Serreau Jovann b6dde137b4 Drop custom Caddy log file, fall back to journald
Caddy failed to start because the caddy user could not open
/var/log/caddy/auth.e-cosplay.fr.log. Rather than manage a
dedicated log directory + permissions, remove the custom `log`
block from the vhost so Caddy logs to stderr, which systemd
captures via journald (read with `journalctl -u caddy -f`).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 16:07:18 +02:00

13 lines
295 B
Django/Jinja

# Managed by Ansible - ecosplay-auth
# Reverse proxy for {{ auth_domain }} -> local Keycloak container on :{{ keycloak_local_port }}
{{ auth_domain }} {
tls {
dns cloudflare {{ cloudflare_token }}
}
encode gzip zstd
reverse_proxy 127.0.0.1:{{ keycloak_local_port }}
}