Skip to content
Snippets Groups Projects
Commit 3f0b9e43 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/php#12 Change PHP-FPM, Apache and Netdata settings

parent 72c24ff0
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment