summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-26 17:01:29 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-27 04:16:38 -0400
commit92cdf8495132996d9a5b50f07ea6b04b5a675bf6 (patch)
tree4097e4f38c92894314317cb42b104e62c5a0c88b /doc
parent41564a7e92be4bba516d5b6966c99baad75bd545 (diff)
downloadlighttpd-git-92cdf8495132996d9a5b50f07ea6b04b5a675bf6.tar.gz
[doc] uncomment mod_auth load in conf.d/auth.conf
uncomment mod_auth load in conf.d/auth.conf to match other conf.d/*
Diffstat (limited to 'doc')
-rw-r--r--doc/config/conf.d/auth.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config/conf.d/auth.conf b/doc/config/conf.d/auth.conf
index fa4c86dc..6039478a 100644
--- a/doc/config/conf.d/auth.conf
+++ b/doc/config/conf.d/auth.conf
@@ -7,7 +7,7 @@
## for more info and many more options.
##
-#server.modules += ( "mod_auth" )
+server.modules += ( "mod_auth" )
#server.modules += ( "mod_authn_file" )
#auth.backend = "plain"