about summary refs log tree commit diff stats
path: root/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/lighttpd.conf b/lighttpd.conf new file mode 100644 index 0000000..cfd14f2 --- /dev/null +++ b/lighttpd.conf
@@ -0,0 +1,12 @@
1server.document-root = "/home/acdw/src/cacophony"
2server.port = 3030
3server.username = "acdw"
4server.groupname = "acdw"
5
6index-file.names = ( "index.html", "cacophony.sh" )
7
8server.modules += ( "mod_cgi", "mod_rewrite" )
9cgi.assign = ( ".sh" => "" )
10url.rewrite-if-not-file = ( "" => "/cacophony.sh${url.path}${qsa}" )
11
12mimetype.assign += ( "" => "text/plain;charset=utf-8" ) \ No newline at end of file