diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index 5f380e7735..876a2a5a06 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -480,6 +480,30 @@ Settings defined with php_admin_value and php_admin_flag cannot be overriden with ini_set. + + As of 5.3.3, PHP settings are also possible to be set in webserver. + + set PHP settings in nginx.conf + + + + + + + Because these settings are passed to php-fpm as fastcgi headers, + php-fpm should not be bound to a worldwide accessible address. + Otherwise, anyone could alter the PHP configuration options. + See also + listen.allowed_clients. + + +