]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - lighttpd.conf
Replaced darkhttpd with lighttpd
[github/bastienwirtz/homer.git] / lighttpd.conf
CommitLineData
b6b31e44
K
1# Minimal config by Kirmy34
2
3include "/etc/lighttpd/mime-types.conf"
4
5server.port = 8080
6
7server.username = "lighttpd"
8server.groupname = "lighttpd"
9
10server.document-root = "/www"
11server.pid-file = "/run/lighttpd.pid"
12
13server.indexfiles = ("index.php", "index.html", "index.htm", "default.htm")
14
15server.follow-symlink = "enable"
16
17static-file.exclude-extensions = (".php", ".pl", ".cgi", ".fcgi")
18
19url.access-deny = ("~", ".inc")
20