From d77864fe456677fe385ce8b4137cc1882cd75f18 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 12 Mar 2014 17:38:51 +0100 Subject: [PATCH] =?utf8?q?Modifications:=20=20=20=20=20=20=20=20=20etc/ngi?= =?utf8?q?nx/site.d/lhc-www/site.conf=20-=20Les=20fichiers=20html=20manqua?= =?utf8?q?nts=20ne=20sont=20plus=20logg=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/nginx/site.d/lhc-www/site.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/nginx/site.d/lhc-www/site.conf b/etc/nginx/site.d/lhc-www/site.conf index da1e35e..2fe799c 100644 --- a/etc/nginx/site.d/lhc-www/site.conf +++ b/etc/nginx/site.d/lhc-www/site.conf @@ -9,6 +9,9 @@ client_max_body_size 10m; location ~^/(tmp|config)/{ return 403; } +location ~ \.html$ { + log_not_found off; +} location ~ \.php$ { include /etc/nginx/conf.d/fastcgi.conf; fastcgi_index index.php ; -- 2.20.1