nextcloud: fix pgsql, add 10beta, update readme

This commit is contained in:
Wonderfall
2016-07-30 18:57:58 +02:00
parent 744b3fb047
commit 1269a34a11
11 changed files with 247 additions and 10 deletions

View File

@ -0,0 +1,22 @@
[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 = 1200
env[PATH] = /usr/local/bin:/usr/bin:/bin
php_admin_value[post_max_size] = 10G
php_admin_value[upload_max_filesize] = 10G
php_admin_value[max_execution_time] = 10800
php_admin_value[max_input_time] = 1200