[doc] uncomment mod_auth load in conf.d/auth.conf

uncomment mod_auth load in conf.d/auth.conf to match other conf.d/*
This commit is contained in:
Glenn Strauss 2021-10-26 17:01:29 -04:00
parent 41564a7e92
commit 92cdf84951
1 changed files with 1 additions and 1 deletions

View File

@ -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"