Browse Source

Fix fastcgi lighttpd example documentation. (#2138)

Add a trailing slash to the dummy path in the fastcgi lighttpd setup
documentation. Omitting a trailing slash leads to unintended behavior.
pull/2010/merge
Bryce Guinta 8 years ago committed by Jeff Widman
parent
commit
09973a7387
  1. 2
      docs/deploying/fastcgi.rst

2
docs/deploying/fastcgi.rst

@ -144,7 +144,7 @@ A basic FastCGI configuration for lighttpd looks like that::
)
alias.url = (
"/static/" => "/path/to/your/static"
"/static/" => "/path/to/your/static/"
)
url.rewrite-once = (

Loading…
Cancel
Save