forked from orbit-oss/flask
Fix typo
This commit is contained in:
parent
be73233a55
commit
9cff681f97
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue