mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Change php socket path back to /run/lighttpd/ from /tmp (#5139)
This commit is contained in:
commit
5f9523afa6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue