From 3f0b9e43213dcf32c5ae04c66bc64228b560412e 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 6b8807a..f49a78e 100644 --- a/templates/php_pool.conf +++ b/templates/php_pool.conf @@ -16,7 +16,7 @@ pm.start_servers = {{ php_fpm_start_servers }} pm.min_spare_servers = {{ php_fpm_min_spare_servers }} pm.max_spare_servers = {{ php_fpm_max_spare_servers }} pm.max_requests = {{ php_fpm_max_requests }} -pm.status_path = /fpm-status.php +pm.status_path = /fpm-status ; Environment variables env[HOSTNAME] = {{ inventory_hostname }} -- GitLab