From 46ff978fa0d2824db0b2218950be82e42bed8412 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 13 Mar 2017 12:49:47 -0400 Subject: [PATCH] [doc] simple-vhost.debug takes an integer value (fixes #2797) --- doc/config/conf.d/simple_vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ## #######################################################################