test/cgi/lighttpd.conf in rack-0.2.0 vs test/cgi/lighttpd.conf in rack-0.3.0
- old
+ new
@@ -3,10 +3,10 @@
server.errorlog = "lighttpd.errors"
server.port = 9203
server.event-handler = "freebsd-kqueue"
-cgi.assign = ("/test" => "/usr/local/bin/ruby",
+cgi.assign = ("/test" => "/usr/bin/ruby",
# ".ru" => ""
)
fastcgi.server = ("test.fcgi" => ("localhost" =>
("min-procs" => 1,