Skip to content

Commit 9cff681

Browse files
committed
Fix typo
1 parent be73233 commit 9cff681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deploying/fastcgi.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ A basic FastCGI configuration for lighttpd looks like that::
149149
url.rewrite-once = (
150150
"^(/static($|/.*))$" => "$1",
151151
"^(/.*)$" => "/yourapplication.fcgi$1"
152+
)
152153

153154
Remember to enable the FastCGI, alias and rewrite modules. This configuration
154155
binds the application to `/yourapplication`. If you want the application to

0 commit comments

Comments
 (0)