Merge pull request #844 from adamobeng/patch-1

Fix typo
This commit is contained in:
Daniel Neuhäuser 2013-08-25 04:25:50 -07:00
commit 29f3a1ac23

View file

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