From 12f4fd64e5e87a44e10278c04d7f96317325e96c Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 10 Nov 2002 10:28:44 +0000
Subject: [PATCH] Listed NO_RECYCLE as valid option in comments for servers.
 Filled out the example [Web] section.

---
 ctrl/sbbs.ini | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini
index 056f7da7ea..b3e1c7fc1e 100644
--- a/ctrl/sbbs.ini
+++ b/ctrl/sbbs.ini
@@ -30,6 +30,7 @@ HangupSound=
 ; 	USE_2ND_RLOGIN
 ; 	NO_QWK_EVENTS
 ; 	NO_HOST_LOOKUP
+;	NO_RECYCLE
 ; 	GET_IDENT
 ; 	NO_JAVASCRIPT
 ; 	LOCAL_TIMEZONE
@@ -71,6 +72,7 @@ OutboundSound=
 ;	DNSBL_IGNORE
 ;	DNSBL_BADUSER
 ; 	NO_HOST_LOOKUP
+;	NO_RECYCLE
 ; 	LOCAL_TIMEZONE
 ; 	MUTE
 Options=ALLOW_POP3
@@ -100,6 +102,7 @@ HtmlIndexScript=ftp-html.js
 ;	KEEP_TEMP_FILES
 ;	HTML_INDEX_FILE
 ; 	NO_HOST_LOOKUP
+;	NO_RECYCLE
 ; 	NO_JAVASCRIPT
 ; 	LOCAL_TIMEZONE
 ; 	MUTE
@@ -107,6 +110,24 @@ Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
 
 [Web]
 ;AutoStart=1
+Interface=0
+Port=80
+RootDirectory=../html
+ErrorDirectory=../html/error
+IndexFileName=index.html
+;CGITempDirectory=/tmp
+JavaScriptExtension=.js
+; Supported options (separated with |):
+;	DEBUG_RX
+;	DEBUG_TX
+;	VIRTUAL_HOSTS
+; 	NO_HOST_LOOKUP
+;	NO_RECYCLE
+;	GET_IDENT
+; 	NO_JAVASCRIPT
+; 	LOCAL_TIMEZONE
+; 	MUTE
+Options=NO_HOST_LOOKUP
 
 [Services]
 AutoStart=1
-- 
GitLab