Browse Source

Merge pull request #844 from adamobeng/patch-1

Fix typo
pull/846/head
Daniel Neuhäuser 11 years ago
parent
commit
29f3a1ac23
  1. 1
      docs/deploying/fastcgi.rst

1
docs/deploying/fastcgi.rst

@ -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

Loading…
Cancel
Save