Virtualmin PHP-FPM Templates

SYSTEM INFORMATION
OS type and version: Debian 10
Webmin version: 1.981
Virtualmin version: 6.17-3

I was wondering if it was possible to customize the template for setting PHP-FPM configs. For example, instead of this:

pm = dynamic
pm.max_children = 20
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 5

I wanted something like this:

pm = ondemand
pm.max_children = 256

I can change them after they’re created, but it would be nice if there was an option to customize these. I also found this (https://archive.virtualmin.com/node/48462), but I couldn’t find it in the server templates :thinking:

Check out this thread, it should help as it contains also all linked threads to this particular topic:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.