Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/plugins/php/conf/www.conf

9 lines
191 B

7 years ago
[www]
6 years ago
user = {$PHP_USER}
group = {$PHP_GROUP}
6 years ago
listen = /tmp/php-cgi-{$PHP_VERSION}.sock
7 years ago
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3