0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-15 16:38:20 +02:00

doc: Fix webroot conf item rename from 7843925335 in setup instructions. [skip ci]

This commit is contained in:
Jason Volk 2019-06-29 05:21:54 -07:00
parent 75884a41c6
commit 0cfe6ef0ae

View file

@ -49,7 +49,7 @@ of the daemon has a unique _servername_.
4. To use a web-based client like Riot, configure the "webroot" directory
to point at Riot's `webapp/` directory by entering the following:
```
conf set ircd.webroot.path /path/to/riot-web/webapp/
conf set ircd.index.path /path/to/riot-web/webapp/
mod reload index
```