Skip to content

Commit 5f1774e

Browse files
committed
Add info note on apex domains
1 parent f962269 commit 5f1774e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/routes/docs/advanced/self-hosting/sites/+page.markdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ You can also configure the maximum timeout that can be set on individual Appwrit
2424
# Add an apex domain for Sites {% #root-domain %}
2525

2626
Appwrite allows you to add an apex domain to your instance's configuration that you can publicly expose your Site on.
27+
28+
{% info title="What is an apex domain?" %}
29+
30+
An apex domain, also known as a root domain, is the highest level of a domain name without any subdomains. For example, `myapp.com` is an apex domain, while `appwrite.myapp.com` is a subdomain of the apex domain.
31+
32+
{% /info %}
33+
2734
To add an apex domain, you must first configure either one of the following environment variables in your `.env` file:
2835

2936
- `_APP_DOMAIN_TARGET_A`: Set this to the IPv4 address of your server.

0 commit comments

Comments
 (0)