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 } } }