fix: correctly set apcu php mod

This commit is contained in:
2024-12-23 13:10:42 +00:00
parent c772760646
commit 61e28b4cae
3 changed files with 14 additions and 0 deletions

View File

@@ -34,3 +34,10 @@
dest: /etc/nginx/sites-enabled/nextcloud.conf
notify:
- reload nginx
- name: Deploy apcu ini
template:
src: apcu.ini
dest: /etc/php/8.2/mods-available/apcu.ini
notify:
- restart php-fpm