8000 docs: Fix documentation typos on Custom Domains by DomBlack · Pull Request #147 · encoredev/encore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs: Fix documentation typos on Custom Domains #147

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

Merged
merged 1 commit into from
Mar 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/deploy/custom-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ on the top right of the page.
Enter the domain name you configured the CNAME on and select which [environment](/docs/deploy/environments) you wish to
serve on that domain, then click `Add`.

At this point Encores platform will start the process of setting up your domain & issuing SSL certificates to serve the
At this point Encore's platform will start the process of setting up your domain & issuing SSL certificates to serve the
traffic through.

<Callout type="important">

Encore allows you to have multiple domains configured against a single environment and will serve traffic through all
configured domains. The `encr.app` subdomain which was created when you originally created an environment will always be
configured to serve traffic to that environment, this allows you to migrate to a custom domain safety without risking
configured to serve traffic to that environment, this allows you to migrate to a custom domain safely without risking
cutting traffic off to older clients which may be hard coded to access your applications via the default subdomain.

</Callout>
Expand All @@ -49,4 +49,4 @@ On the Custom Domains settings page Encore will list various statuses throughout
- `Configuring Edge Routers`; The SSL certificate has been issued and the Encore edge routers need to be configured to route traffic on this domain.
- `Active`; This custom domain serving traffic to your Encore application
- `Not Working`; A non-recoverable problem has occurred on your custom domain. This could be a result of the CNAME record
being removed or pointed else where. If you see this error, please contact support.
being removed or pointed else where. If you see this error, please [contact support](/contact).
0