From 8b14c2c95bba65cc6ffd5fe46fc051e2434293db Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 12:28:29 +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, 3 deletions(-) diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index 036b1b31..d05e9a6f 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -4,9 +4,6 @@ server { root /var/www/public; error_page 404 /index.php; - location ~ ^/(images|javascript|js|css|flash|media|static)/ { - root /var/www/public; - } location ~ \.php$ { fastcgi_param REQUEST_METHOD $request_method;