mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Replaced darkhttpd with lighttpd
This commit is contained in:
parent
caf5fae8a8
commit
b6b31e440c
5 changed files with 35 additions and 10 deletions
20
lighttpd.conf
Normal file
20
lighttpd.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Minimal config by Kirmy34
|
||||
|
||||
include "/etc/lighttpd/mime-types.conf"
|
||||
|
||||
server.port = 8080
|
||||
|
||||
server.username = "lighttpd"
|
||||
server.groupname = "lighttpd"
|
||||
|
||||
server.document-root = "/www"
|
||||
server.pid-file = "/run/lighttpd.pid"
|
||||
|
||||
server.indexfiles = ("index.php", "index.html", "index.htm", "default.htm")
|
||||
|
||||
server.follow-symlink = "enable"
|
||||
|
||||
static-file.exclude-extensions = (".php", ".pl", ".cgi", ".fcgi")
|
||||
|
||||
url.access-deny = ("~", ".inc")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue