Change php socket path back to /run/lighttpd/ from /tmp (#5139)

This commit is contained in:
Adam Warner
2023-01-22 11:08:56 +00:00
committed by GitHub

View File

@@ -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,