diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 16:48:25 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 16:48:25 +0300 |
| commit | 01fa3641733f492be96a7e30f6b345edb83a3594 (patch) | |
| tree | 2006e6a964ce3812393c16d4fa652f5d445143fc /www/freshrss/files/php-fpm.conf.sample | |
| parent | bffda25e8d3cc1e92cd440f8c70610e6bd948816 (diff) | |
www/freshrss: add port
Diffstat (limited to 'www/freshrss/files/php-fpm.conf.sample')
| -rw-r--r-- | www/freshrss/files/php-fpm.conf.sample | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/freshrss/files/php-fpm.conf.sample b/www/freshrss/files/php-fpm.conf.sample new file mode 100644 index 0000000..ffb5336 --- /dev/null +++ b/www/freshrss/files/php-fpm.conf.sample @@ -0,0 +1,14 @@ +[www] +user = www +group = www + +listen = /var/run/php/php-fpm.sock +listen.owner = www +listen.group = www +listen.mode = 0660 + +pm = dynamic +pm.max_children = 5 +pm.start_servers = 2 +pm.min_spare_servers = 1 +pm.max_spare_servers = 3 |
