feat: add php-fpm config
This commit is contained in:
16
files/php-fpm/nextcloud.conf
Normal file
16
files/php-fpm/nextcloud.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user