1

Customize php_value in php-fpm per domains


Avatar
Ohm J

Since APACHE 2.4.59 has "ProxyFCGISetEnvIf " and NGINX has "fastcgi_param", so this could create customize php_admin_value per domain.

​Example
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "memory_limit=128M"

fastcgi_param PHP_ADMIN_VALUE "memory_limit=128M";

A