From b1324501b2dba1268dddfa8f3056f671da541c48 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Wed, 3 Dec 2025 22:25:44 -0500 Subject: [PATCH] fastcgi_index parameter for nginx vhost.d conf --- templates/nginx-vhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx-vhost.j2 b/templates/nginx-vhost.j2 index 3271a3d..abcab57 100644 --- a/templates/nginx-vhost.j2 +++ b/templates/nginx-vhost.j2 @@ -1 +1 @@ -index index.php; +fastcgi_index index.php;