PHP-FPM configuration in server templates

I would like to have also the possibility to configure different templates with different php-fpm configurations.

Status: 
Closed (fixed)

Comments

+1 for this feature, I also need to have different php-fpm settings per host, for example those settings:

access.log = /srv/example.com/logs/php-fpm_access_log
access.format = "%{REMOTE_ADDR}e %{HTTP_HOST}e [%t] "%m %{REQUEST_URI}e" %s %l %f "%{HTTP_USER_AGENT}e" %d %{megabytes}M %C%%"
request_slowlog_timeout = 5s
slowlog = /srv/example.com/logs/php-fpm_slow_log

php_admin_value[error_log] = /srv/example.com/logs/php-fpm_error_log
php_admin_flag[log_errors] = on
php_flag[display_errors] = on
php_flag[display_startup_errors] = on

Please add template for php-fpm conf in Server templates form, like Apache config template.

This has been implemented, and will be included in the 6.00 Virtualmin release.

Assigned: Unassigned »
Status: Active » Fixed
Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.