From 0653af150b88343c47a1e60202dc773e62063d9f Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 12:26:38 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index c3b3b604..036b1b31 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -22,6 +22,7 @@ server { } location / { - try_files $uri $uri/ /index.php?$query_string; + root /var/www/public; + try_files $uri /index.php; } } \ No newline at end of file