mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
nextcloud: fix pgsql, add 10beta, update readme
This commit is contained in:
22
nextcloud/10.0/php-fpm.conf
Normal file
22
nextcloud/10.0/php-fpm.conf
Normal 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
|
||||
|
Reference in New Issue
Block a user