Modifications: etc/nginx/site.d/lhc-www/site.conf - Les fichiers
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 12 Mar 2014 16:38:51 +0000 (17:38 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 12 Mar 2014 16:38:51 +0000 (17:38 +0100)
html manquants ne sont plus loggĂ©s

etc/nginx/site.d/lhc-www/site.conf

index da1e35e..2fe799c 100644 (file)
@@ -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 ;