X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-www%2Fsite.conf;h=2fe799c09ae7f89262c60cbd8ff30b7a80e26a84;hb=d77864fe456677fe385ce8b4137cc1882cd75f18;hp=da1e35ea723c58771049c4a8d99613f7864ff347;hpb=0bd0862e5fb842c88338b5b039379f4038587806;p=lhc%2Fateliers.git 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 ;