32 lines
541 B
Plaintext
32 lines
541 B
Plaintext
;;;;;;;;;;;;;;;;;;;;;
|
|
; FPM Configuration ;
|
|
;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
include=/etc/php-fpm.d/*.conf
|
|
|
|
[global]
|
|
|
|
pid = /run/php-fpm/php-fpm.pid
|
|
error_log = /var/log/php-fpm/error.log
|
|
|
|
syslog.facility = daemon
|
|
syslog.ident = php-fpm
|
|
|
|
; Possible Values: alert, error, warning, notice, debug
|
|
log_level = notice
|
|
|
|
;emergency_restart_threshold = 0
|
|
;emergency_restart_interval = 0
|
|
;process_control_timeout = 0
|
|
|
|
;process.max = 128
|
|
process.priority = -19
|
|
|
|
daemonize = yes
|
|
|
|
rlimit_files = 0
|
|
rlimit_core = 0
|
|
events.mechanism = epoll
|
|
|
|
;systemd_interval = 10
|