network/lighttpd: Additional path fixes.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Sebastian Arcus 2018-03-26 18:06:26 +02:00 committed by Willy Sudiarto Raharjo
parent ec0ed2cd1b
commit 20c9040db9

View file

@ -33,7 +33,7 @@ httpd (apache). It works fine with lighttpd with a couple of tweaks.
( "localhost" =>
(
"socket" => "/var/run/lighttpd/php-fastcgi.socket",
"bin-path" => "/usr/bin/php-cgi -c /etc/lighttpd/php.ini"
"bin-path" => "/usr/bin/php-cgi -c /etc/php.ini"
)
)
)