diff --git a/nginx.conf b/nginx.conf index a93b8c6..92899aa 100644 --- a/nginx.conf +++ b/nginx.conf @@ -114,7 +114,7 @@ http { location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm)$ { expires max; root /sites/example.com/public; - access_log logs/static.log; + access_log off; } # opt-in to the future