Skip to content

Commit 13282c4

Browse files
committed
formatting
1 parent 84a3051 commit 13282c4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ environment:
116116
- DO_PROPAGATION_TIMEOUT=1h
117117
```
118118

119-
Note: Let's Encrypt has strict rate limits for certificate requests. If you encounter rate limit errors in the logs, you may need to wait a few hours before trying again.
119+
> Note: Let's Encrypt has strict rate limits for certificate requests. If you encounter rate limit errors in the logs, you may need to wait a few hours before trying again.
120120

121121
For other DNS providers, refer to [Traefik's DNS providers documentation](https://doc.traefik.io/traefik/https/acme/#providers).

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,17 @@ You can also configure the maximum timeout that can be set on individual Appwrit
2323

2424
# Add an apex domain for Sites {% #root-domain %}
2525

26-
Appwrite allows you to add an apex domain to your instance's configuration that you can publicly expose your Site on.
27-
28-
To add an apex domain, you must first configure either one of the following environment variables in your `.env` file:
26+
Appwrite allows you to add an apex domain to your instance's configuration that you can publicly expose your Site on. To add an apex domain, you must first configure either one of the following environment variables in your `.env` file:
2927

3028
- `_APP_DOMAIN_TARGET_A`: Set this to the IPv4 address of your server.
3129
- `_APP_DOMAIN_TARGET_AAAA`: Set this to the IPv6 address of your server.
3230

33-
Make sure to remove any pre-existing values for `_APP_DOMAIN_TARGET_A` and `_APP_DOMAIN_TARGET_AAAA` if they are set, as these can conflict with your current configuration.
34-
3531
Head to the **Domains** tab of your site, and add your apex domain (e.g., `myapp.com`) as a new domain pointed to the active deployment.
3632

3733
Next, head to your DNS provider and create an A or AAAA record for your root domain pointing to the server's IP address. This will allow Appwrite to serve your sites from the apex domain.
3834

35+
> Note: Make sure to remove any pre-existing values for `_APP_DOMAIN_TARGET_A` and `_APP_DOMAIN_TARGET_AAAA` if they are set, as these can conflict with your current configuration.
36+
3937
# SSL certificates for Sites domains {% #ssl-certificates %}
4038

4139
Before setting up SSL certificates, ensure you have configured your DNS settings properly. You'll need to create a CNAME, A, or AAAA record that points your wildcard domain (e.g. `*.sites.appwrite.myapp.com`) to your Appwrite domain.
@@ -129,6 +127,6 @@ environment:
129127
- DO_PROPAGATION_TIMEOUT=1h
130128
```
131129

132-
Note: Let's Encrypt has strict rate limits for certificate requests. If you encounter rate limit errors in the logs, you may need to wait a few hours before trying again.
130+
> Note: Let's Encrypt has strict rate limits for certificate requests. If you encounter rate limit errors in the logs, you may need to wait a few hours before trying again.
133131

134132
For other DNS providers, refer to [Traefik's DNS providers documentation](https://doc.traefik.io/traefik/https/acme/#providers).

0 commit comments

Comments
 (0)