From cad14396fa81ae534480154c9202a501bdd8324a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 30 Jul 2020 14:10:52 +0200 Subject: [PATCH] ansible-roles/php#12 Change PHP-FPM, Apache and Netdata settings --- templates/php_pool.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/php_pool.conf b/templates/php_pool.conf index 01cabdb..b0b76d6 100644 --- a/templates/php_pool.conf +++ b/templates/php_pool.conf @@ -16,7 +16,7 @@ pm.start_servers = 4 pm.min_spare_servers = 2 pm.max_spare_servers = 6 pm.max_requests = 2000 -pm.status_path = /fpm-status.php +pm.status_path = /fpm-status ; Environment variables env[HOSTNAME] = {{ inventory_hostname }} -- GitLab