Skip to content

Instantly share code, notes, and snippets.

@dasca
Last active December 15, 2015 03:29
lighttpd.conf
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/tmp/php-fastcgi.socket",
"bin-path" => "/usr/bin/php-cgi"
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment