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