summaryrefslogtreecommitdiffstats
path: root/roles/nextcloud/files/etc/php/fpm/pool.d
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nextcloud/files/etc/php/fpm/pool.d')
-rw-r--r--roles/nextcloud/files/etc/php/fpm/pool.d/nextcloud.conf2
1 files changed, 1 insertions, 1 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 eb92adb..001ebf8 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.3-fpm@nextcloud.sock
+listen = /run/php/php7.4-fpm@nextcloud.sock
listen.owner = www-data
listen.group = www-data
listen.mode = 0600