move owncloud to nextcloud

This commit is contained in:
Wonderfall
2016-06-16 12:54:04 +02:00
parent fc9b9b9115
commit 58c1d7d027
12 changed files with 166 additions and 167 deletions

16
nextcloud/php-fpm.conf Normal file
View File

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