Initial commit.
This commit is contained in:
31
php-fpm.conf
Normal file
31
php-fpm.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
; 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
|
||||
Reference in New Issue
Block a user