From 7d860c694ff51c3341dd1a1f3ad6d338f45e759c Mon Sep 17 00:00:00 2001 From: lillian Date: Wed, 10 Jan 2024 11:47:47 -0500 Subject: [PATCH] bump process count to fix wordpress loopback requests --- docker/wordpress/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/wordpress/config.json b/docker/wordpress/config.json index 1b0def2..7b6dc6d 100644 --- a/docker/wordpress/config.json +++ b/docker/wordpress/config.json @@ -44,6 +44,11 @@ "root": "/app/wordpress/", "script": "index.php" } + }, + "process": { + "idle_timeout": 30, + "max": 50, + "spare": 1 } } }