change socket path back to /run/lighttpd/* - possibly causing issues https://github.com/pi-hole/pi-hole/issues/5131

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/5218/head
Adam Warner 1 year ago committed by ipitio
parent fe141e04f7
commit 531b24c1bc

@ -23,7 +23,7 @@ $HTTP["url"] =~ "^/admin/" {
fastcgi.server = (
".php" => (
"localhost" => (
"socket" => "/tmp/pihole-php-fastcgi.socket",
"socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
"bin-path" => "/usr/bin/php-cgi",
"min-procs" => 0,
"max-procs" => 1,

Loading…
Cancel
Save