From e2d548f917a7023f6dc44c60fab37a270c908e00 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 5 Apr 2022 10:19:42 +0200 Subject: [PATCH] . --- v2/Generic/Generic | 2 +- v2/Symfony/Symfony 6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/Generic/Generic b/v2/Generic/Generic index 9f6a5fb..d6ec93c 100644 --- a/v2/Generic/Generic +++ b/v2/Generic/Generic @@ -18,7 +18,7 @@ server { {{settings}} - try_files $uri $uri/ /index.php?$args =404; + try_files $uri $uri/ /index.php?$args; index index.php index.html; location ~ \.php$ { diff --git a/v2/Symfony/Symfony 6 b/v2/Symfony/Symfony 6 index 033eec4..4c95595 100755 --- a/v2/Symfony/Symfony 6 +++ b/v2/Symfony/Symfony 6 @@ -18,7 +18,7 @@ server { {{settings}} - try_files $uri $uri/ /index.php?$args =404; + try_files $uri $uri/ /index.php?$args; index index.php index.html; location ~ \.php$ {