From 0cfe6ef0aecb54e5b539a204fb11a887779b108f Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 29 Jun 2019 05:21:54 -0700 Subject: [PATCH] doc: Fix webroot conf item rename from 7843925335 in setup instructions. [skip ci] --- doc/SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SETUP.md b/doc/SETUP.md index 798212c3e..2f67f399d 100644 --- a/doc/SETUP.md +++ b/doc/SETUP.md @@ -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 ```