From 0d090a718381c99bc562de91845ea96793cb5d99 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 12:30:56 +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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index ceda0104..174f9eec 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -12,11 +12,7 @@ server { include fastcgi_params; } - location ~ /\. { - deny all; - access_log off; - log_not_found off; - } + location / { root /var/www/public;