From e2d06229e4ebbe4640872f6e2fcb7b32329b462a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Sep 2024 02:02:49 +0200 Subject: Webmail: Upgrade backend to PHP7.4. --- roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/webmail/files/etc/php/fpm/pool.d') 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,7 +1,7 @@ [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 -- cgit v1.2.3