summaryrefslogtreecommitdiff
path: root/usr/local/etc/lighttpd/lighttpd.conf
blob: b7e3272a86548dfa94355cabe76274705e64c2d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var.log_root = "/var/log/lighttpd"
include "conf.d/access_log.conf"
include "conf.d/mime.conf"
include "conf.d/cgi.conf"
include "conf.d/rewrite.conf"
index-file.names = ("cgit.cgi")
server.name = "git.53hor.net"
server.document-root = "/usr/local/www/cgit"
server.errorlog = log_root + "/error.log"
server.breakagelog = log_root + "/breakage.log"
server.network-backend = "sendfile"
server.port = 80
server.username = "www"
server.groupname = "www"