diff --git a/lighttpd.conf b/lighttpd.conf new file mode 100644 index 0000000..684c3c2 --- /dev/null +++ b/lighttpd.conf @@ -0,0 +1,12 @@ +mimetype.assign = ( + "" => "text/plain" +) + +server.document-root = "/home/goircd/logs" +server.errorlog = "lighttpd.err" +server.pid-file = "lighttpd.pid" +server.port = 80 + +dir-listing.activate = "enable" +dir-listing.encoding = "UTF-8" +dir-listing.show-readme = "enable"