From cb04fc199b9dbfd352e5922b57d673552b714aad Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 15:57:51 +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 174f9eec..92f292cc 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -16,6 +16,6 @@ server { location / { root /var/www/public; - try_files $uri $uri/ /index.php; + try_files $uri /index.php; } } \ No newline at end of file