diff options
-rw-r--r-- | lighttpd.conf | 2 |
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 | ||
8 | server.modules += ( "mod_cgi", "mod_rewrite" ) | 8 | server.modules += ( "mod_cgi", "mod_rewrite" ) |
9 | cgi.assign = ( ".sh" => "" ) | 9 | cgi.assign = ( ".sh" => "" ) |
10 | url.rewrite-if-not-file = ( "" => "/cacophony.sh${url.path}${qsa}" ) | 10 | url.rewrite = ( "" => "/cacophony.sh${url.path}${qsa}" ) |
11 | 11 | ||
12 | mimetype.assign += ( "" => "text/plain;charset=utf-8" ) \ No newline at end of file | 12 | mimetype.assign += ( "" => "text/plain;charset=utf-8" ) \ No newline at end of file |