summaryrefslogtreecommitdiff
path: root/usr/local/etc/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-01-09 23:00:54 -0500
committerAdam T. Carpenter <atc@53hor.net>2023-01-09 23:00:54 -0500
commit819144c512ae330045faa1c9fa2c9e4ec351dcd8 (patch)
tree61d65c66ece6ac330a964c129401ee8a83d3bfe1 /usr/local/etc/lighttpd/lighttpd.conf
parent9509697ae2f3ca0eafe383d722cccfda8e667b87 (diff)
downloadcarpentertutoring-819144c512ae330045faa1c9fa2c9e4ec351dcd8.tar.xz
carpentertutoring-819144c512ae330045faa1c9fa2c9e4ec351dcd8.zip
feat: add basic auth for some no-crawler pagesHEADmaster
Diffstat (limited to 'usr/local/etc/lighttpd/lighttpd.conf')
-rw-r--r--usr/local/etc/lighttpd/lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/etc/lighttpd/lighttpd.conf b/usr/local/etc/lighttpd/lighttpd.conf
index 0746ae6..c5a9cb0 100644
--- a/usr/local/etc/lighttpd/lighttpd.conf
+++ b/usr/local/etc/lighttpd/lighttpd.conf
@@ -1,6 +1,7 @@
var.log_root = "/var/log/lighttpd"
include "conf.d/access_log.conf"
include "conf.d/mime.conf"
+include "conf.d/auth.conf"
include "conf.d/cgi.conf"
index-file.names += ("index.php")
server.breakagelog = log_root + "/breakage.log"