af9dc8
;;;;;;;;;;;;;;;;;;;;;
af9dc8
; FPM Configuration ;
af9dc8
;;;;;;;;;;;;;;;;;;;;;
af9dc8
af9dc8
; All relative paths in this configuration file are relative to PHP's install
af9dc8
; prefix.
af9dc8
af9dc8
; Include one or more files. If glob(3) exists, it is used to include a bunch of
af9dc8
; files from a glob(3) pattern. This directive can be used everywhere in the
af9dc8
; file.
af9dc8
include=/etc/php-fpm.d/*.conf
af9dc8
af9dc8
;;;;;;;;;;;;;;;;;;
af9dc8
; Global Options ;
af9dc8
;;;;;;;;;;;;;;;;;;
af9dc8
af9dc8
[global]
af9dc8
; Pid file
af9dc8
; Default Value: none
af9dc8
pid = /run/php-fpm/php-fpm.pid
af9dc8
af9dc8
; Error log file
af9dc8
; Default Value: /var/log/php-fpm.log
af9dc8
error_log = /var/log/php-fpm/error.log
af9dc8
af9dc8
; Log level
af9dc8
; Possible Values: alert, error, warning, notice, debug
af9dc8
; Default Value: notice
af9dc8
;log_level = notice
af9dc8
af9dc8
; If this number of child processes exit with SIGSEGV or SIGBUS within the time
af9dc8
; interval set by emergency_restart_interval then FPM will restart. A value
af9dc8
; of '0' means 'Off'.
af9dc8
; Default Value: 0
af9dc8
;emergency_restart_threshold = 0
af9dc8
af9dc8
; Interval of time used by emergency_restart_interval to determine when 
af9dc8
; a graceful restart will be initiated.  This can be useful to work around
af9dc8
; accidental corruptions in an accelerator's shared memory.
af9dc8
; Available Units: s(econds), m(inutes), h(ours), or d(ays)
af9dc8
; Default Unit: seconds
af9dc8
; Default Value: 0
af9dc8
;emergency_restart_interval = 0
af9dc8
af9dc8
; Time limit for child processes to wait for a reaction on signals from master.
af9dc8
; Available units: s(econds), m(inutes), h(ours), or d(ays)
af9dc8
; Default Unit: seconds
af9dc8
; Default Value: 0
af9dc8
;process_control_timeout = 0
af9dc8
af9dc8
; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
af9dc8
; Default Value: yes
af9dc8
daemonize = no
af9dc8
af9dc8
;;;;;;;;;;;;;;;;;;;;
af9dc8
; Pool Definitions ; 
af9dc8
;;;;;;;;;;;;;;;;;;;;
af9dc8
af9dc8
; See /etc/php-fpm.d/*.conf
af9dc8