Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom domains content overhaul #187

Merged
merged 1 commit into from
Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ There are a few possible solutions to this problem:

### Custom domains

In production, you will probably want your app to be available through your own url (for example, ``yourapp.service.gov.uk``). Go to [using a custom domain](deploying_services/use_a_custom_domain/#set-up-a-custom-domain-using-the-cdn-route-service) to see how to set this up.
In production, you will probably want your app to be available through your own url (for example, ``yourapp.service.gov.uk``). Refer to [managing custom domains using the cdn-route service](deploying_services/use_a_custom_domain/#managing-custom-domains-using-the-cdn-route-service) to see how to set this up.
2 changes: 1 addition & 1 deletion source/documentation/deploying_services/configure_cdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ There are two ways to configure your own CDN:
- use Cloud Foundry commands
- amend HTTP request headers

You should use these methods if you need access to features that are not provided by the `cdn-route` service. The [`cdn-route`](/deploying_services/use_a_custom_domain/#set-up-a-custom-domain-using-the-cdn-route-service) section has information on the features provided by the service.
You should use these methods if you need access to features that are not provided by the `cdn-route` service. The [`cdn-route`](/deploying_services/use_a_custom_domain/#managing-custom-domains-using-the-cdn-route-service) section has information on the features provided by the service.

There are many different CDNs available. Contact us at [gov-uk-paas-support@digital.cabinet-office.gov.uk](mailto:gov-uk-paas-support@digital.cabinet-office.gov.uk) to discuss best practice for configuring your CDN to work with the PaaS.

Expand Down