diff --git a/templates/php_pool.conf b/templates/php_pool.conf
index a0eed13e711a81db32de608d4ac45a326c50f3f1..01cabdb314627caa2ba495d037dccefabbda202f 100644
--- a/templates/php_pool.conf
+++ b/templates/php_pool.conf
@@ -16,6 +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
 
 ; Environment variables
 env[HOSTNAME] = {{ inventory_hostname }}