Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamobeng committed Aug 25, 2013
1 parent be73233 commit 9cff681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deploying/fastcgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cff681

Please sign in to comment.