]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - docker/alpine/php-fpm.conf
docker: remove current image build resources
[github/shaarli/Shaarli.git] / docker / alpine / php-fpm.conf
diff --git a/docker/alpine/php-fpm.conf b/docker/alpine/php-fpm.conf
deleted file mode 100644 (file)
index 0843c16..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[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