diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:02:49 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:03:08 +0200 |
commit | e2d06229e4ebbe4640872f6e2fcb7b32329b462a (patch) | |
tree | 0e44b88e4f668a7728dc02aeb013a36fc093f6f2 /roles/webmail/files/etc/php/fpm | |
parent | ed39d18545982af2192a587f477fb32d766f0459 (diff) |
Webmail: Upgrade backend to PHP7.4.
Diffstat (limited to 'roles/webmail/files/etc/php/fpm')
-rw-r--r-- | roles/webmail/files/etc/php/fpm/pool.d/roundcube.conf | 2 |
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,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 |