/conf/lighttpd/conf.d/fastcgi.conf |
---|
0,0 → 1,16 |
# FastCGI Module |
# --------------- |
# |
# http://www.lighttpd.net/documentation/fastcgi.html |
# |
server.modules += ( "mod_fastcgi" ) |
fastcgi.server = ( |
".php" => ( |
"localhost" => ( |
"socket" => "/var/lib/php-fpm/php-fpm.sock", |
"broken-scriptfilename" => "enable" |
) |
) |
) |