From 757454a7e9dae202aa31b6fdd8deb0ec67a3e791 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:24 +0200 Subject: [PATCH] fix: z-push config --- roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 b/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 index f182d22..7445e4a 100644 --- a/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 +++ b/roles/nginx/templates/vhosts/z.libertus.eu.conf.j2 @@ -34,6 +34,7 @@ server { location ~* \.php$ { include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock; fastcgi_read_timeout 1200; }