Use Mint on Lighttpd with Rails Caching
url.rewrite = ( "/mint/?(.*)$" => "/mint/index.php?$1", "/mint/$" => "/mint/index.php", "/$" => "index.html", "([^.]+)$" => "$1.html" )
TextSnippets > joshpeek > rails
1159 users tagging and storing useful source code snippets
Josh Peek http://joshpeek.com/
url.rewrite = ( "/mint/?(.*)$" => "/mint/index.php?$1", "/mint/$" => "/mint/index.php", "/$" => "index.html", "([^.]+)$" => "$1.html" )