fix: turn nextcloud php config from copy to template

This commit is contained in:
VC
2024-07-05 11:53:15 +02:00
parent f28277c724
commit d5df5eed3d
3 changed files with 14 additions and 433 deletions

View File

@@ -0,0 +1,12 @@
[oc]
user = www-data
group = www-data
listen = /run/php/php{{ php_version }}-fpm-oc.sock
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 50
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 15
php_flag[zlib.output_compression] = Off