fix: turn nextcloud php config from copy to template
This commit is contained in:
12
roles/webapps/templates/oc.conf.j2
Normal file
12
roles/webapps/templates/oc.conf.j2
Normal 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
|
Reference in New Issue
Block a user