Skip to content

Commit 4c5fd42

Browse files
Add the API proxy address for EU workspaces
We only mention "api.segment.io" which is used for regular workspaces. EU workspaces would use a different domain: "events.eu1.segmentapis.com"
1 parent 103939d commit 4c5fd42

File tree

1 file changed

+5
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+5
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ This guide explains how to set up a custom domain in CloudFront. You can apply t
2323
You need to set up two important parts, regardless of the CDN provider you use:
2424

2525
- Proxy to Segment CDN (`cdn.segment.com`)
26-
- Proxy to Segment tracking API (`api.segment.io`)
26+
- Proxy to Segment tracking API (`api.segment.io`). If you are using a [Regional Workspace](/docs/guides/regional-segment/#client-side-sources), please note that instead of using `api.segment.io` to proxy the Tracking API, you'll be using `events.eu1.segmentapis.com`
27+
28+
2729

2830
> info " "
31+
> If you are using a [Regional Workspace](/docs/guides/regional-segment/#client-side-sources), please note that instead of using `api.segment.io` to proxy the Tracking API, you'll be using `events.eu1.segmentapis.com`
32+
>
2933
> Segment only has the ability to enable the proxy setting for the Web (Analytics.js) source. Details for mobile source proxies are in the [Analytics for iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#proxy-https-calls) and [Analytics for Android](/docs/connections/sources/catalog/libraries/mobile/android/#proxying-http-calls) documentation. It is not currently possible to set up a proxy for server sources using the Segment UI.
3034
3135
## Set up

0 commit comments

Comments
 (0)