]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .docker/php-fpm.conf
docker: build the images from the local sources
[github/shaarli/Shaarli.git] / .docker / php-fpm.conf
diff --git a/.docker/php-fpm.conf b/.docker/php-fpm.conf
new file mode 100644 (file)
index 0000000..0843c16
--- /dev/null
@@ -0,0 +1,16 @@
+[global]
+daemonize = no
+
+[www]
+user = nginx
+group = nginx
+listen.owner = nginx
+listen.group = nginx
+catch_workers_output = yes
+listen = /var/run/php-fpm.sock
+pm = dynamic
+pm.max_children = 20
+pm.start_servers = 1
+pm.min_spare_servers = 1
+pm.max_spare_servers = 3
+pm.max_requests = 2048