summaryrefslogtreecommitdiffstats
path: root/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf')
-rw-r--r--roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf b/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf
index dfbb8bf..eb92adb 100644
--- a/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf
+++ b/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf
@@ -10,6 +10,13 @@ pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
+
+php_value[upload_max_filesize] = 512M
+php_value[post_max_size] = 512M
+php_value[memory_limit] = 512M
+
+php_admin_value[open_basedir] = /usr/local/share/nextcloud:/var/www/nextcloud:/mnt/nextcloud-data:/etc/nextcloud:/var/cache/nextcloud:/var/log/nextcloud:/usr/share/php:/tmp:/dev
+
env[HOSTNAME] = $HOSTNAME
env[PATH] = /usr/bin:/bin
env[TMP] = /tmp