about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-06-07 15:26:38 -0500
committerCase Duckworth2023-06-07 15:26:38 -0500
commit52f0208dfd79d91bef80b3f1ccbcdb9fb43a3254 (patch)
tree39cbfcded7debb1d3a17344341b8a035aaefb5cb
parentAdd hcat (diff)
downloadcacophony-52f0208dfd79d91bef80b3f1ccbcdb9fb43a3254.tar.gz
cacophony-52f0208dfd79d91bef80b3f1ccbcdb9fb43a3254.zip
Update lighttpd.conf
-rw-r--r--lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index cfd14f2..a6281a2 100644 --- a/lighttpd.conf +++ b/lighttpd.conf
@@ -7,6 +7,6 @@ index-file.names = ( "index.html", "cacophony.sh" )
7 7
8server.modules += ( "mod_cgi", "mod_rewrite" ) 8server.modules += ( "mod_cgi", "mod_rewrite" )
9cgi.assign = ( ".sh" => "" ) 9cgi.assign = ( ".sh" => "" )
10url.rewrite-if-not-file = ( "" => "/cacophony.sh${url.path}${qsa}" ) 10url.rewrite = ( "" => "/cacophony.sh${url.path}${qsa}" )
11 11
12mimetype.assign += ( "" => "text/plain;charset=utf-8" ) \ No newline at end of file 12mimetype.assign += ( "" => "text/plain;charset=utf-8" ) \ No newline at end of file