From 47156c66f6dbd85ee13aa9fa88db8f6c347ed0d4 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 1 Feb 2021 17:53:29 -0500 Subject: updated for fetch instead of fstab --- usr/local/etc/lighttpd/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/etc/lighttpd/lighttpd.conf b/usr/local/etc/lighttpd/lighttpd.conf index 0161d98..658060a 100644 --- a/usr/local/etc/lighttpd/lighttpd.conf +++ b/usr/local/etc/lighttpd/lighttpd.conf @@ -5,7 +5,7 @@ include "conf.d/dirlisting.conf" include "conf.d/mime.conf" #include "modules.conf" index-file.names += ("index.html") -server.document-root = "/var/www" +server.document-root = "/var/53hor" server.errorlog = log_root + "/error.log" server.network-backend = "sendfile" server.port = 80 -- cgit v1.2.3