]> Cypherpunks.ru repositories - goircd.git/commitdiff
Example lighttpd configuration for logs directory viewing 1.4
authorSergey Matveev <stargrave@stargrave.org>
Sat, 26 Mar 2016 14:29:15 +0000 (17:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 26 Mar 2016 14:29:15 +0000 (17:29 +0300)
lighttpd.conf [new file with mode: 0644]

diff --git a/lighttpd.conf b/lighttpd.conf
new file mode 100644 (file)
index 0000000..684c3c2
--- /dev/null
@@ -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"