Browse Source

Merge pull request #563 from joepie91/master

Fix for lighttpd regex
pull/499/merge
Kenneth Reitz 12 years ago
parent
commit
1dde7b8be7
  1. 2
      docs/deploying/fastcgi.rst

2
docs/deploying/fastcgi.rst

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

Loading…
Cancel
Save