summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-20 16:57:30 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-20 16:57:30 +0100
commitef264e2dca03126e1ea38ee05594bd015384622b (patch)
tree5757e15a81d74ae2b2dfe79715ac94bb687ed24a /docs/conf
parent659530cbab286a2fbb38eee16d290cd202704452 (diff)
m_httpd Add timeout option; remove timed out connections
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/modules.conf.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index b65a0ca02..09a8514a4 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -870,6 +870,9 @@
# a <bind> tag with type "httpd", and load at least one of the other
# m_httpd_* modules to provide pages to display.
#
+# You can adjust the timeout for HTTP connections below. All HTTP
+# connections will be closed after (roughly) this many seconds.
+#<httpd timeout="20">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# http ACL module: Provides access control lists for m_httpd dependent