summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Sebastian Arcus <s.arcus@open-t.co.uk>2018-03-26 18:06:26 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-31 07:41:48 +0700
commit20c9040db9e5c9fe493bde9299c1e5a96da28662 (patch)
treed96f3830f82b634aea74d80487882af3405ebba4 /network
parentec0ed2cd1ba37ba6d4837a8ce41c60ebb219b3f0 (diff)
downloadslackbuilds-20c9040db9e5c9fe493bde9299c1e5a96da28662.tar.gz
slackbuilds-20c9040db9e5c9fe493bde9299c1e5a96da28662.tar.xz
network/lighttpd: Additional path fixes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-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"
)
)
)