mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Change lighttpd options min_procs
value to 1
(#5149)
This commit is contained in:
commit
0a6ebadb52
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $HTTP["url"] =~ "^/admin/" {
|
|||
"localhost" => (
|
||||
"socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
|
||||
"bin-path" => "/usr/bin/php-cgi",
|
||||
"min-procs" => 0,
|
||||
"min-procs" => 1,
|
||||
"max-procs" => 1,
|
||||
"bin-environment" => (
|
||||
"PHP_FCGI_CHILDREN" => "4",
|
||||
|
|
Loading…
Reference in a new issue