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.
This commit is contained in:
Bryce Guinta 2017-01-01 19:51:21 -07:00 committed by Jeff Widman
parent 49386ee69e
commit 09973a7387

View file

@ -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 = (