19 lines
442 B
Text
19 lines
442 B
Text
;;;;;;;;;;;;;;;;;;;;;
|
|
; FPM Configuration ;
|
|
;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; All relative paths in this configuration file are relative to PHP's install
|
|
; prefix (/usr/local). This prefix can be dynamically changed by using the
|
|
; '-p' argument from the command line.
|
|
|
|
;;;;;;;;;;;;;;;;;;
|
|
; Global Options ;
|
|
;;;;;;;;;;;;;;;;;;
|
|
|
|
[global]
|
|
|
|
error_log = log/php-fpm.log
|
|
syslog.ident = php-fpm
|
|
log_level = notice
|
|
daemonize = no
|
|
include=etc/php-fpm.d/*.conf
|