Skip to content

Commit

Permalink
Merge pull request #187 from alphagov/custom-domains-warning
Browse files Browse the repository at this point in the history
Custom domains content overhaul
  • Loading branch information
alext committed Dec 5, 2018
2 parents b893605 + 5f3c1c2 commit 3dcf700
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 55 deletions.
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

0 comments on commit 3dcf700

Please sign in to comment.