lighttpd.conf | 12 ++++++++++++ diff --git a/lighttpd.conf b/lighttpd.conf new file mode 100644 index 0000000000000000000000000000000000000000..f080357b90c6a8bca58b1d837f1ffcbafc15b4d33179b242a73787bc6fc95247 --- /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"