goircd/lighttpd.conf

13 lines
271 B
Plaintext
Raw Normal View History

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"