Modifications: etc/nginx/site.d/lhc-www/site.conf - Les fichiers
[lhc/ateliers.git] / 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 ;