13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
|
;;;;;;;;;;;;;;;;;;;;;
|
||
|
; FPM Configuration ;
|
||
|
;;;;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
include={{ php_fpm_conf_path }}/pool.d/*.conf
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;
|
||
|
; Global Options ;
|
||
|
;;;;;;;;;;;;;;;;;;
|
||
|
|
||
|
[global]
|
||
|
error_log = /var/log/php-fpm.log
|