summaryrefslogtreecommitdiff
path: root/usr/local/etc/lighttpd/lighttpd.conf
blob: 277ac2523a3e69ec80daa0bb8b93fbd7ea8e08bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
var.log_root = "/var/log/lighttpd"
include "conf.d/access_log.conf"
include "conf.d/mime.conf"
include "conf.d/cgi.conf"
index-file.names += ("cgit.cgi")
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"