From 5f65017c5834a65a355d3aac49bdb3346a7c0756 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 21 Nov 2007 01:28:03 +0000
Subject: [PATCH] Changed web/html to web/root.

---
 docs/websrvr.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/websrvr.txt b/docs/websrvr.txt
index d8ec761fb2..a880ddb2c9 100644
--- a/docs/websrvr.txt
+++ b/docs/websrvr.txt
@@ -21,7 +21,7 @@ ctrl/sbbs.ini). The [Web] section contains the following unique settings:
 
 2.1. Initialization file [Web] section keys
 -------------------------------------------
-RootDirectory=../web/html
+RootDirectory=../web/root
     This is the root directory of your web server... a request to
     http://yourbbs.synchro.net/index.html will be served out of this dir.
 ErrorDirectory=error
@@ -80,7 +80,7 @@ Options=NO_HOST_LOOKUP
         general *nix stuff on the other.
         A virtual host is added by simply putting the desired content
         into a sub-directory of RootDirectory with the desired hostname
-        ie: web/html/freebsd.synchro.net/ if the browser doesn't send
+        ie: web/root/freebsd.synchro.net/ if the browser doesn't send
         the request host name (very old browsers, or some automated
         tools) they will be served out of document root.
         It is therefore a good idea to put links to your various
-- 
GitLab