From 52f0208dfd79d91bef80b3f1ccbcdb9fb43a3254 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 7 Jun 2023 15:26:38 -0500 Subject: Update lighttpd.conf --- lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) server.modules += ( "mod_cgi", "mod_rewrite" ) cgi.assign = ( ".sh" => "" ) -url.rewrite-if-not-file = ( "" => "/cacophony.sh${url.path}${qsa}" ) +url.rewrite = ( "" => "/cacophony.sh${url.path}${qsa}" ) mimetype.assign += ( "" => "text/plain;charset=utf-8" ) \ No newline at end of file -- cgit 1.4.1-21-gabe81