From 5b4c769b7f491c181eea26dcbf9df46046621bd9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 28 Jan 2025 14:27:57 +0100 Subject: Adjust nextcloud nginx and PHP-FPM config for bookworm. --- roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/nextcloud/files/etc/php/fpm') 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 001ebf8..898ce60 100644 --- a/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf +++ b/roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf @@ -1,7 +1,7 @@ [nextcloud] user = _nextcloud group = nogroup -listen = /run/php/php7.4-fpm@nextcloud.sock +listen = /run/php/php8.2-fpm@nextcloud.sock listen.owner = www-data listen.group = www-data listen.mode = 0600 -- cgit v1.2.3