ansible-roles/roles/httpd_php/templates/php-fpm.conf.j2

10 lines
185 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
include = /etc/opt/remi/php{{ item }}/php-fpm.d/*.conf
[global]
pid = /run/php-fpm/php{{ item }}-fpm.pid
error_log = syslog
syslog.facility = daemon
syslog.ident = php{{ item }}-fpm