diff options
Diffstat (limited to 'source/n/php/php-fpm.conf.diff')
-rw-r--r-- | source/n/php/php-fpm.conf.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/n/php/php-fpm.conf.diff b/source/n/php/php-fpm.conf.diff index e749185b..38d0f9c6 100644 --- a/source/n/php/php-fpm.conf.diff +++ b/source/n/php/php-fpm.conf.diff @@ -5,8 +5,8 @@ ; - the global prefix if it's been set (-p arguement) ; - @prefix@ otherwise -;include=etc/fpm.d/*.conf -+;include=etc/php-fpm/*.conf - ++;include=etc/php-fpm.d/*.conf + ;;;;;;;;;;;;;;;;;; ; Global Options ; @@ -22,14 +22,14 @@ @@ -15,7 +15,7 @@ ; Default Value: none -;pid = run/php-fpm.pid +pid = run/php-fpm.pid - + ; Error log file ; If it's set to "syslog", log is sent to syslogd instead of being written ; in a local file. @@ -23,6 +23,6 @@ ; Default Value: log/php-fpm.log -;error_log = log/php-fpm.log +error_log = log/php-fpm.log - + ; syslog_facility is used to specify what type of program is logging the ; message. This lets syslogd specify that messages from different facilities |