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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ You need to set up two important parts, regardless of the CDN provider you use:
34
34
## Custom Proxy Set up
35
35
36
36
There are 2 options you can choose from when you set up your custom domain proxy.
37
-
1.[CloudFront](#cloudfront)
37
+
1.[CloudFront](#custom-proxy-cloudfront)
38
38
2.[Custom CDN or API proxy](#custom-cdn--api-proxy)
39
39
40
-
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:
40
+
Follow the directions listed for [CloudFront](#custom-proxy-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:
41
41
42
42
```text
43
43
Hi,
@@ -60,7 +60,7 @@ A Segment Customer Success team member will respond that they have enabled this
60
60
61
61
62
62
## Custom CDN / API Proxy
63
-
Follow these instructions after setting up a proxy such as [CloudFront](#cloudfront). Choose between the [snippet instructions](#snippet-instructions) or the [npm instructions](#npm-instructions).
63
+
Follow these instructions after setting up a proxy such as [CloudFront](#custom-proxy-cloudfront). Choose between the [snippet instructions](#snippet-instructions) or the [npm instructions](#npm-instructions).
64
64
65
65
### Snippet instructions
66
66
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>`.
0 commit comments