forked from orbit-oss/flask
commit
29f3a1ac23
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 = (
|
url.rewrite-once = (
|
||||||
"^(/static($|/.*))$" => "$1",
|
"^(/static($|/.*))$" => "$1",
|
||||||
"^(/.*)$" => "/yourapplication.fcgi$1"
|
"^(/.*)$" => "/yourapplication.fcgi$1"
|
||||||
|
)
|
||||||
|
|
||||||
Remember to enable the FastCGI, alias and rewrite modules. This configuration
|
Remember to enable the FastCGI, alias and rewrite modules. This configuration
|
||||||
binds the application to `/yourapplication`. If you want the application to
|
binds the application to `/yourapplication`. If you want the application to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue