mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
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>
This commit is contained in:
parent
267792aa1e
commit
6b4f77bdfe
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ $HTTP["url"] =~ "^/admin/" {
|
||||||
fastcgi.server = (
|
fastcgi.server = (
|
||||||
".php" => (
|
".php" => (
|
||||||
"localhost" => (
|
"localhost" => (
|
||||||
"socket" => "/tmp/pihole-php-fastcgi.socket",
|
"socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
|
||||||
"bin-path" => "/usr/bin/php-cgi",
|
"bin-path" => "/usr/bin/php-cgi",
|
||||||
"min-procs" => 0,
|
"min-procs" => 0,
|
||||||
"max-procs" => 1,
|
"max-procs" => 1,
|
||||||
|
|
Loading…
Reference in a new issue