summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-03-13 12:49:47 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-03-13 13:50:07 -0400
commit46ff978fa0d2824db0b2218950be82e42bed8412 (patch)
tree84640fc16bfc754f2533f089ac57d1f457837755 /doc
parent83759aede60ec0b28c219e42581a6b1da6b9f3d3 (diff)
downloadlighttpd-git-46ff978fa0d2824db0b2218950be82e42bed8412.tar.gz
[doc] simple-vhost.debug takes an integer value (fixes #2797)
Diffstat (limited to 'doc')
-rw-r--r--doc/config/conf.d/simple_vhost.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config/conf.d/simple_vhost.conf b/doc/config/conf.d/simple_vhost.conf
index 170950c6..1f0be244 100644
--- a/doc/config/conf.d/simple_vhost.conf
+++ b/doc/config/conf.d/simple_vhost.conf
@@ -22,7 +22,7 @@ simple-vhost.document-root = "/htdocs/"
##
## Print some errors for finding the document-root
##
-#simple-vhost.debug = "enable"
+#simple-vhost.debug = 1
##
#######################################################################