You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
+57-1Lines changed: 57 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,11 @@ You need to set up two important parts, regardless of the CDN provider you use:
30
30
31
31
## Set up
32
32
33
-
Follow the directions listed for CloudFront or use your own CDN setup. Once you complete those steps and verify that your proxy works for both `cdn.segment.com` and `api.segment.io`, [contact Segment Product Support](https://segment.com/help/contact/) with the following template email:
33
+
There are 2 options you can choose from when you set up your custom domain proxy.
34
+
1.[CloudFront](#cloudfront)
35
+
2.[Custom CDN or API proxy](#custom-cdn--api-proxy)
36
+
37
+
Follow the directions listed for [CloudFront](#cloudfront) or [use your own CDN setup](#custom-cdn--api-proxy). Once you complete those steps and verify that your proxy works for both `cdn.segment.com` and `api.segment.io`, [contact Segment Product Support](https://segment.com/help/contact/) with the following template email:
34
38
35
39
```text
36
40
Hi,
@@ -51,6 +55,58 @@ A Segment Customer Success team member will respond that they have enabled this
51
55
> info ""
52
56
> The **Host Address** field does not appear in source settings until it's enabled by Segment Customer Success.
53
57
58
+
59
+
## Custom CDN / API Proxy
60
+
61
+
### Snippet instructions
62
+
If you're a snippet user, you need to modify the [analytics snippet](/docs/getting-started/02-simple-install/#step-1-copy-the-snippet) that's inside your `<head>`.
63
+
64
+
To proxy settings and destination requests that typically go to `http://cdn.segment.com`, replace:
0 commit comments