Hotfix v5.15.3 (#5150)

This commit is contained in:
Adam Warner 2023-01-25 21:25:30 +00:00 committed by GitHub
commit c7ad7113d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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