summaryrefslogtreecommitdiff
path: root/plugins/php-fpm/templates
diff options
context:
space:
mode:
authormikka <miklos.martin@gmail.com>2013-01-03 07:07:40 +0100
committermikka <miklos.martin@gmail.com>2013-01-03 07:07:40 +0100
commitc5d575ccae5ae5f30dd59037210edb8220de2cbe (patch)
treede9b14d03319a8b398db9b28ce878052b15f18a6 /plugins/php-fpm/templates
parent08f4d8b9ce43bae69a2d712456cc6bde68b4f0d1 (diff)
downloadzsh-c5d575ccae5ae5f30dd59037210edb8220de2cbe.tar.gz
zsh-c5d575ccae5ae5f30dd59037210edb8220de2cbe.tar.bz2
zsh-c5d575ccae5ae5f30dd59037210edb8220de2cbe.zip
cleaned up
Diffstat (limited to 'plugins/php-fpm/templates')
-rw-r--r--plugins/php-fpm/templates/pool11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/php-fpm/templates/pool b/plugins/php-fpm/templates/pool
deleted file mode 100644
index 80f6693e0..000000000
--- a/plugins/php-fpm/templates/pool
+++ /dev/null
@@ -1,11 +0,0 @@
-[{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