From 1f989c5ffb318c3c0af1fac047a2da848cd2c11d Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Wed, 3 Jun 2026 10:47:49 +0100 Subject: [PATCH] chore(TOP-5090): point mixpanel proxy to EU endpoint --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 501e0fc..8797e47 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,7 +17,7 @@ http { proxy_set_header X-Real-IP $http_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; - proxy_pass https://api.mixpanel.com/; + proxy_pass https://api-eu.mixpanel.com/; } } }