Skip to content

Commit f962269

Browse files
committed
Update runtimes note
1 parent 13282c4 commit f962269

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Harness the full power of self-hosted sites with Appwrite. Explore
1111
Not all site runtimes are enabled by default. Enable the runtimes that you need and disable unused runtimes to save disk space on your server.
1212
To enable a runtime, add it to the `_APP_SITES_RUNTIMES` environment variable as a comma-separated list.
1313

14-
The example below would enable Static, Node.js 22, and Flutter 3.29 runtimes.
14+
The three runtimes currently available for Sites are the Static, Node.js 22, and Flutter 3.29 runtimes.
1515

1616
```bash
1717
_APP_SITES_RUNTIMES=static-1,node-22,flutter-3.29
@@ -23,7 +23,8 @@ 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. 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.
27+
To add an apex domain, you must first configure either one of the following environment variables in your `.env` file:
2728

2829
- `_APP_DOMAIN_TARGET_A`: Set this to the IPv4 address of your server.
2930
- `_APP_DOMAIN_TARGET_AAAA`: Set this to the IPv6 address of your server.

0 commit comments

Comments
 (0)