feat: add php-fpm config

This commit is contained in:
2026-06-25 13:01:17 +02:00
parent 4e22194124
commit d2f9e531ab
4 changed files with 57 additions and 25 deletions

View 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