summaryrefslogtreecommitdiffstats
path: root/roles/nextcloud/handlers/main.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-01-28 14:27:57 +0100
committerGuilhem Moulin <guilhem@fripost.org>2025-01-28 14:27:57 +0100
commit5b4c769b7f491c181eea26dcbf9df46046621bd9 (patch)
treed7bc9d9120ed69034a24ad0ec18ef7e55a984eb3 /roles/nextcloud/handlers/main.yml
parentdc9acda297a0eebec6d38bcf7243305161ce6527 (diff)
Adjust nextcloud nginx and PHP-FPM config for bookworm.
Diffstat (limited to 'roles/nextcloud/handlers/main.yml')
-rw-r--r--roles/nextcloud/handlers/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/nextcloud/handlers/main.yml b/roles/nextcloud/handlers/main.yml
index 2fdd8b7..a14d6e1 100644
--- a/roles/nextcloud/handlers/main.yml
+++ b/roles/nextcloud/handlers/main.yml
@@ -1,6 +1,6 @@
---
-- name: Restart php7.4-fpm
- service: name=php7.4-fpm state=restarted
+- name: Restart php8.2-fpm
+ service: name=php8.2-fpm state=restarted
- name: Restart Redis
service: name=redis-server state=restarted