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:
parent
935fc08ea0
commit
4b628631e2
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue