network/lighttpd: Additional path fixes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ec0ed2cd1b
commit
20c9040db9
|
@ -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"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue