mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
12 lines
214 B
Django/Jinja
Executable file
12 lines
214 B
Django/Jinja
Executable file
;;;;;;;;;;;;;;;;;;;;;
|
|
; FPM Configuration ;
|
|
;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
include={{ php_fpm_conf_path }}/pool.d/*.conf
|
|
|
|
;;;;;;;;;;;;;;;;;;
|
|
; Global Options ;
|
|
;;;;;;;;;;;;;;;;;;
|
|
|
|
[global]
|
|
error_log = /var/log/php-fpm.log
|