0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-18 01:30:12 +01:00

doc: Update web root path conf item in SETUP. [skip ci]

This commit is contained in:
Jason Volk 2019-08-04 20:11:19 -07:00
parent 935fc08ea0
commit 4b628631e2

View file

@ -46,11 +46,11 @@ of the daemon has a unique _servername_.
https://matrix.org/federationtester/api/report?server_name=host.tld and
verify `"AllChecksOK": true`
4. To use a web-based client like Riot, configure the "webroot" directory
4. To use a web-based client like Riot, configure the "web root" directory
to point at Riot's `webapp/` directory by entering the following:
```
conf set ircd.index.path /path/to/riot-web/webapp/
mod reload index
conf set ircd.web.root.path /path/to/riot-web/webapp/
mod reload web_root
```
6. Browse to `https://host.tld:8448/` and register a user.