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