summaryrefslogtreecommitdiffstats
path: root/network/lighttpd
diff options
context:
space:
mode:
author Sebastian Arcus2018-03-26 18:06:26 +0200
committer Willy Sudiarto Raharjo2018-03-31 02:41:48 +0200
commit20c9040db9e5c9fe493bde9299c1e5a96da28662 (patch)
treed96f3830f82b634aea74d80487882af3405ebba4 /network/lighttpd
parentec0ed2cd1ba37ba6d4837a8ce41c60ebb219b3f0 (diff)
downloadslackbuilds-20c9040db9e5c9fe493bde9299c1e5a96da28662.tar.gz
network/lighttpd: Additional path fixes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd')
-rw-r--r--network/lighttpd/README.SLACKWARE2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/lighttpd/README.SLACKWARE b/network/lighttpd/README.SLACKWARE
index 55b523330b..44e54f7a4b 100644
--- a/network/lighttpd/README.SLACKWARE
+++ b/network/lighttpd/README.SLACKWARE
@@ -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"
)
)
)