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 ca76ac2 + f75c413 commit 07dc2d2Copy full SHA for 07dc2d2
install/ubuntu/16.04/php-fpm/www.conf
@@ -1,10 +1,11 @@
1
[www]
2
listen = 127.0.0.1:9000
3
listen.allowed_clients = 127.0.0.1
4
+
5
user = www-data
6
group = www-data
-pm = dynamic
7
-pm.max_children = 50
8
-pm.start_servers = 5
9
-pm.min_spare_servers = 3
10
-pm.max_spare_servers = 35
+pm = ondemand
+pm.max_children = 2
+pm.max_requests = 4000
11
+pm.process_idle_timeout = 10s
0 commit comments