From d5db62de2197266f2779882d6f83f70fdf1c8f0f Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 27 Feb 2025 08:47:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20php=5Fversion=20not=20set=20pro?= =?UTF-8?q?perly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nginx/templates/vhosts/rss.libertus.eu.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/templates/vhosts/rss.libertus.eu.conf.j2 b/roles/nginx/templates/vhosts/rss.libertus.eu.conf.j2 index 43739ed..1f5c97a 100644 --- a/roles/nginx/templates/vhosts/rss.libertus.eu.conf.j2 +++ b/roles/nginx/templates/vhosts/rss.libertus.eu.conf.j2 @@ -10,7 +10,7 @@ server { location ~ ^/(api/greader).php(/.*)+ { fastcgi_split_path_info ^(.+\.php)(/.*)$; - fastcgi_pass unix:/var/run/php/php8.2-fpm.sock; + fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock; include fastcgi_params; }