From 9cff681f97849029d9ca0047fc999d899ae2fd53 Mon Sep 17 00:00:00 2001 From: Adam Obeng Date: Sat, 24 Aug 2013 21:21:18 -0400 Subject: [PATCH] Fix typo --- docs/deploying/fastcgi.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying/fastcgi.rst b/docs/deploying/fastcgi.rst index 1ac1f505..430a9748 100644 --- a/docs/deploying/fastcgi.rst +++ b/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