17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
; Configure here a php-fpm pool
|
|
; See manual at: https://www.php.net/manual/en/install.fpm.configuration.php
|
|
|
|
[nextcloud]
|
|
user = nextcloud
|
|
group = nextcloud
|
|
|
|
listen = /run/php-fpm/nextcloud.sock
|
|
listen.owner = nextcloud
|
|
listen.group = nextcloud
|
|
listen.mode = 0777
|
|
|
|
pm = dynamic
|
|
pm.max_children = 50
|
|
pm.min_spare_servers = 5
|
|
pm.max_spare_servers = 35
|