From e4a74cb3539cce01c604ae08808f3957fc6e74c0 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 12:30:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/ngi?= =?UTF-8?q?nx.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index d05e9a6f..ceda0104 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -20,6 +20,6 @@ server { location / { root /var/www/public; - try_files $uri /index.php; + try_files $uri $uri/ /index.php; } } \ No newline at end of file