We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07dc2d2 + 9aa07a8 commit 9410856Copy full SHA for 9410856
install/ubuntu/16.04/templates/web/php-fpm/default.tpl
@@ -5,11 +5,11 @@ listen.allowed_clients = 127.0.0.1
5
user = %user%
6
group = %user%
7
8
-pm = dynamic
9
-pm.max_children = 50
10
-pm.start_servers = 3
11
-pm.min_spare_servers = 2
12
-pm.max_spare_servers = 10
+pm = ondemand
+pm.max_children = 4
+pm.max_requests = 4000
+pm.process_idle_timeout = 10s
+pm.status_path = /status
13
14
php_admin_value[upload_tmp_dir] = /home/%user%/tmp
15
php_admin_value[session.save_path] = /home/%user%/tmp
0 commit comments