From f856715f88c4ebfc53c499f76eb01be3f6d88e4a Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 21 Aug 2025 02:03:21 +0200 Subject: [PATCH] roles/server/nginx/vhost-unified --- .../nginx/vhost-unified/files/default/php-fpm.service | 6 +++--- roles/server/nginx/vhost-unified/tasks/main.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/server/nginx/vhost-unified/files/default/php-fpm.service b/roles/server/nginx/vhost-unified/files/default/php-fpm.service index 70cb1a0..24422b1 100644 --- a/roles/server/nginx/vhost-unified/files/default/php-fpm.service +++ b/roles/server/nginx/vhost-unified/files/default/php-fpm.service @@ -13,9 +13,9 @@ OnFailure=unit-status-mail@%n.service [Service] Type=notify -ExecStart=/usr/sbin/php-fpm8.2 --nodaemonize --fpm-config /etc/php/8.2/fpm/php-fpm.conf -ExecStartPost=-/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.2/fpm/pool.d/www.conf 74 -ExecStopPost=-/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.2/fpm/pool.d/www.conf 74 +ExecStart=/usr/sbin/php-fpm8.4 --nodaemonize --fpm-config /etc/php/8.4/fpm/php-fpm.conf +ExecStartPost=-/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.4/fpm/pool.d/www.conf 74 +ExecStopPost=-/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.4/fpm/pool.d/www.conf 74 ExecReload=/bin/kill -USR2 $MAINPID Restart=always RestartSec=10 diff --git a/roles/server/nginx/vhost-unified/tasks/main.yml b/roles/server/nginx/vhost-unified/tasks/main.yml index 0c6b68f..01c0eed 100644 --- a/roles/server/nginx/vhost-unified/tasks/main.yml +++ b/roles/server/nginx/vhost-unified/tasks/main.yml @@ -32,7 +32,7 @@ - name: copy php-fpm-www.conf copy: src: "{{item}}" - dest: "/etc/php/8.2/fpm/pool.d/www.conf" + dest: "/etc/php/8.4/fpm/pool.d/www.conf" mode: 0644 owner: "root" group: "root" -- 2.47.2