diff options
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 |
commit | 20c9040db9e5c9fe493bde9299c1e5a96da28662 (patch) | |
tree | d96f3830f82b634aea74d80487882af3405ebba4 /network | |
parent | ec0ed2cd1ba37ba6d4837a8ce41c60ebb219b3f0 (diff) | |
download | slackbuilds-20c9040db9e5c9fe493bde9299c1e5a96da28662.tar.gz |
network/lighttpd: Additional path fixes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/lighttpd/README.SLACKWARE | 2 |
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" ) ) ) |