summaryrefslogtreecommitdiffstats
path: root/roles/webmail/files/etc/php/fpm/pool.d
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-09-08 02:02:49 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-09-08 02:03:08 +0200
commite2d06229e4ebbe4640872f6e2fcb7b32329b462a (patch)
tree0e44b88e4f668a7728dc02aeb013a36fc093f6f2 /roles/webmail/files/etc/php/fpm/pool.d
parented39d18545982af2192a587f477fb32d766f0459 (diff)
Webmail: Upgrade backend to PHP7.4.
Diffstat (limited to 'roles/webmail/files/etc/php/fpm/pool.d')
-rw-r--r--roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf b/roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf
index 1512d66..1a7a1d8 100644
--- a/roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf
+++ b/roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf
@@ -1,22 +1,22 @@
[roundcube]
user = _roundcube
group = nogroup
-listen = /run/php/php7.3-fpm@roundcube.sock
+listen = /run/php/php7.4-fpm@roundcube.sock
listen.owner = www-data
listen.group = www-data
listen.mode = 0600
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
php_value[upload_max_filesize] = 25M
php_value[post_max_size] = 30M
php_value[memory_limit] = 64M
php_value[session.gc_maxlifetime] = 21600
php_value[session.gc_divisor] = 500
php_value[session.gc_probability] = 1
php_admin_value[upload_tmp_dir] = /var/lib/roundcube/temp
php_admin_value[open_basedir] = /var/lib/roundcube:/usr/share/roundcube:/etc/roundcube:/var/log/roundcube:/usr/share/php:/usr/share/javascript:/usr/lib/nodejs:/usr/share/tinymce:/usr/share/misc/magic:/dev