Merge pull request #563 from joepie91/master

Fix for lighttpd regex
This commit is contained in:
Kenneth Reitz 2012-08-26 10:20:54 -07:00
commit 1dde7b8be7

View file

@ -128,7 +128,7 @@ A basic FastCGI configuration for lighttpd looks like that::
) )
url.rewrite-once = ( url.rewrite-once = (
"^(/static.*)$" => "$1", "^(/static($|/.*))$" => "$1",
"^(/.*)$" => "/yourapplication.fcgi$1" "^(/.*)$" => "/yourapplication.fcgi$1"
Remember to enable the FastCGI, alias and rewrite modules. This configuration Remember to enable the FastCGI, alias and rewrite modules. This configuration