ftimme
2012-02-02 1e74c01fe9a841f6b997ef3deda7ff7578d30fa2
- nginx: set lower default values for PHP-FPM.
3 files modified
24 ■■■■ changed files
install/tpl/apps_php_fpm_pool.conf.master 8 ●●●● patch | view | raw | blame | history
install/tpl/php_fpm_pool.conf.master 8 ●●●● patch | view | raw | blame | history
interface/web/sites/form/web_domain.tform.php 8 ●●●● patch | view | raw | blame | history
install/tpl/apps_php_fpm_pool.conf.master
@@ -9,10 +9,10 @@
group = {fpm_group}
pm = dynamic
pm.max_children = 50
pm.start_servers = 20
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 5
chdir = /
install/tpl/php_fpm_pool.conf.master
@@ -9,10 +9,10 @@
group = {fpm_group}
pm = dynamic
pm.max_children = 50
pm.start_servers = 20
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 5
chdir = /
interface/web/sites/form/web_domain.tform.php
@@ -531,7 +531,7 @@
                                                        'regex' => '/^([1-9][0-9]{0,10})$/',
                                                        'errmsg'=> 'pm_max_children_error_regex'),
                                    ),
            'default'    => '50',
            'default'    => '10',
            'value'        => '',
            'width'        => '3',
            'maxlength'    => '3'
@@ -543,7 +543,7 @@
                                                        'regex' => '/^([1-9][0-9]{0,10})$/',
                                                        'errmsg'=> 'pm_start_servers_error_regex'),
                                    ),
            'default'    => '20',
            'default'    => '2',
            'value'        => '',
            'width'        => '3',
            'maxlength'    => '3'
@@ -555,7 +555,7 @@
                                                        'regex' => '/^([1-9][0-9]{0,10})$/',
                                                        'errmsg'=> 'pm_min_spare_servers_error_regex'),
                                    ),
            'default'    => '5',
            'default'    => '1',
            'value'        => '',
            'width'        => '3',
            'maxlength'    => '3'
@@ -567,7 +567,7 @@
                                                        'regex' => '/^([1-9][0-9]{0,10})$/',
                                                        'errmsg'=> 'pm_max_spare_servers_error_regex'),
                                    ),
            'default'    => '35',
            'default'    => '5',
            'value'        => '',
            'width'        => '3',
            'maxlength'    => '3'