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