owncloud: move base to alpine

This commit is contained in:
Wonderfall
2016-04-30 12:57:18 +02:00
parent 964feb5cb5
commit 8de10a4c17
8 changed files with 65 additions and 57 deletions

17
owncloud/php-fpm.conf Normal file
View File

@ -0,0 +1,17 @@
[global]
daemonize = no
[www]
user = owncloud
group = owncloud
listen = /var/run/php-fpm.sock
listen.owner = owncloud
listen.group = owncloud
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
request_terminate_timeout = 300