Skip to content

Commit 0a6ebad

Browse files
authored
Change lighttpd options min_procs value to 1 (#5149)
2 parents db42ed1 + b9e401a commit 0a6ebad

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)