Skip to content

Commit c7ad711

Browse files
authored
Hotfix v5.15.3 (#5150)
2 parents 262ffe4 + 0a6ebad commit c7ad711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/pihole-admin.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $HTTP["url"] =~ "^/admin/" {
2525
"localhost" => (
2626
"socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
2727
"bin-path" => "/usr/bin/php-cgi",
28-
"min-procs" => 0,
28+
"min-procs" => 1,
2929
"max-procs" => 1,
3030
"bin-environment" => (
3131
"PHP_FCGI_CHILDREN" => "4",

0 commit comments

Comments
 (0)