aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker/alpine/php-fpm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker/alpine/php-fpm.conf')
-rw-r--r--docker/alpine/php-fpm.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/alpine/php-fpm.conf b/docker/alpine/php-fpm.conf
new file mode 100644
index 00000000..0843c164
--- /dev/null
+++ b/docker/alpine/php-fpm.conf
@@ -0,0 +1,16 @@
1[global]
2daemonize = no
3
4[www]
5user = nginx
6group = nginx
7listen.owner = nginx
8listen.group = nginx
9catch_workers_output = yes
10listen = /var/run/php-fpm.sock
11pm = dynamic
12pm.max_children = 20
13pm.start_servers = 1
14pm.min_spare_servers = 1
15pm.max_spare_servers = 3
16pm.max_requests = 2048