1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 03:15:39 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
10.0
Dockerfile
apcu.ini
cron
nginx.conf
opcache.ini
php-fpm.conf
run.sh
supervisord.conf
9.0
daily
README.md
nginx
nodejs
piwik
rainloop
rutorrent
searx
subsonic
tor
zerobin
LICENSE
dockerfiles/nextcloud/10.0/php-fpm.conf
2016-07-30 18:57:58 +02:00

23 lines
500 B
Plaintext

[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