summaryrefslogtreecommitdiff
path: root/plugins/php-fpm/templates/pool
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/php-fpm/templates/pool')
-rw-r--r--plugins/php-fpm/templates/pool11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/php-fpm/templates/pool b/plugins/php-fpm/templates/pool
new file mode 100644
index 000000000..80f6693e0
--- /dev/null
+++ b/plugins/php-fpm/templates/pool
@@ -0,0 +1,11 @@
+[{user}]
+user = {user}
+group = {group}
+
+listen = 127.0.0.1:{pool_port}
+
+pm = dynamic
+pm.max_children = 10
+pm.min_spare_servers = 1
+pm.max_spare_servers = 3
+pm.max_requests = 100