From 3f5d44694d4e3f34c01aedaaf6b52b164dbc5e07 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Wed, 13 Oct 2021 10:19:56 +0200 Subject: [PATCH] Adds status page for healthcheck. --- base/php-fpm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/base/php-fpm.conf b/base/php-fpm.conf index 4664262..e8e16ee 100755 --- a/base/php-fpm.conf +++ b/base/php-fpm.conf @@ -22,6 +22,7 @@ pm.max_children = 100 pm.start_servers = 5 pm.min_spare_servers = 5 pm.max_spare_servers = 10 +pm.status_path = /status clear_env = no -- GitLab