Skip to content

Commit 29f3a1a

Browse files
author
Daniel Neuhäuser
committed
Merge pull request pallets#844 from adamobeng/patch-1
Fix typo
2 parents be73233 + 9cff681 commit 29f3a1a

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)