diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index 8ab4b6bffa..db30ee02f4 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -3,7 +3,7 @@ Configuration - FPM uses &php.ini; syntax for its configuration file - php-fpm.conf. + FPM uses &php.ini; syntax for its configuration file - php-fpm.conf, and pool configuration files. List of global <filename>php-fpm.conf</filename> directives @@ -449,23 +449,23 @@ It's possible to pass additional environment variables and update PHP settings of a certain pool. - To do this, you need to add the following options to php-fpm.conf + To do this, you need to add the following options to the pool configuration file. Passing environment variables and PHP settings to a pool - +php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com +php_flag[display_errors] = off +php_admin_value[error_log] = /var/log/fpm-php.www.log +php_admin_flag[log_errors] = on +php_admin_value[memory_limit] = 32M +]]> PHP settings passed with php_value or