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