diff options
-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 55b523330b2e..44e54f7a4bd7 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" ) ) ) |