This commit is contained in:
Adam Obeng 2013-08-24 21:21:18 -04:00
parent be73233a55
commit 9cff681f97

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