Google analytics integration.
Sentry.io integration. Vince integration. Region-scoped consent (denied-by-default in EU/EEA/UK/CH, granted elsewhere, DPDP-friendly notice)
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
reverse_proxy {{ docker_container }}:{{ cms_port }}
|
||||
}
|
||||
|
||||
# First-party analytics (Vince) — script (/stats/js/script.js) and event
|
||||
# endpoint (/stats/api/event) proxied same-origin so they survive ad
|
||||
# blockers and never touch a third-party domain.
|
||||
handle /stats/* {
|
||||
reverse_proxy {{ vince_container }}:{{ vince_port }}
|
||||
}
|
||||
|
||||
# TanStack Start frontend
|
||||
handle {
|
||||
reverse_proxy {{ docker_container }}:{{ www_port }}
|
||||
|
||||
Reference in New Issue
Block a user