diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-12 16:38:01 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-12 16:38:01 -0500 |
commit | 94965c41505eac6337a281ca718330532cb57103 (patch) | |
tree | 0d75914eb16074b9a180c89b94c03c49c90e862f /usr/local | |
parent | cf686ed1f8b249839d22f8c11f09fa7d8516d382 (diff) | |
download | www-94965c41505eac6337a281ca718330532cb57103.tar.xz www-94965c41505eac6337a281ca718330532cb57103.zip |
fixed cron job URL
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/etc/lighttpd/lighttpd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/etc/lighttpd/lighttpd.conf b/usr/local/etc/lighttpd/lighttpd.conf index 658060a..76e8076 100644 --- a/usr/local/etc/lighttpd/lighttpd.conf +++ b/usr/local/etc/lighttpd/lighttpd.conf @@ -3,7 +3,6 @@ var.log_root = "/var/log/lighttpd" include "conf.d/access_log.conf" include "conf.d/dirlisting.conf" include "conf.d/mime.conf" -#include "modules.conf" index-file.names += ("index.html") server.document-root = "/var/53hor" server.errorlog = log_root + "/error.log" |