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

Added known limitation #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 6 additions & 0 deletions src/eap/building-apps/seo/redirect-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ For SEO purposes and end-user friendliness, allow an end-user to navigate to a r

Achieve this by using a reverse proxy or CDN.

<div class="warning" markdown="1">

Due to technical limitations **Amazon CloudFront** cannot be used.

</div>

Refer to [Improve SEO with prerendering](improve-seo-prerendering.md#domain) which outlines how to configure the reverse proxy Nginx in front of ODC.

Using a reverse proxy or CDN, you can redirect a root domain or other subdomain, e.g., example.com to a default ODC app located at `www.example.com/appx/home` (`{domain}/{app}/{screen}`).
Expand Down