Files
Escapepage/docker
FrankandClaude Sonnet 5 b4f6a531c9 Fix Mercure CORS to allow both www and bare domain
Production's MERCURE_CORS_ALLOWED_ORIGINS only allowed
https://escapepage.com, but nginx has no www redirect
(server_name _;), so the site is also reachable at
https://www.escapepage.com. Visitors on the www host got a CORS
error on the Mercure EventSource connection since the Origin header
didn't match the allow-list. Dev's .env already allowed both; bring
docker/.env.dist in line, and fix its stale MERCURE_PUBLIC_URL
(bare domain instead of the mercure. subdomain actually used).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 15:26:17 +02:00
..
2026-01-17 15:12:08 +01:00
2026-01-17 14:12:57 +01:00
2026-01-11 23:10:30 +01:00
2026-03-11 07:59:23 +01:00
2026-06-27 15:13:17 +02:00
2026-07-04 10:58:17 +00:00
2026-07-04 10:58:17 +00:00