X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ee949071d88592f9ade92a39862f68920217f115..4a1fc4f0dd3e1be2d1936c7d9285486d51b6e95c:/cookbooks/nginx/attributes/default.rb diff --git a/cookbooks/nginx/attributes/default.rb b/cookbooks/nginx/attributes/default.rb index fc2573314..44fb5bc10 100644 --- a/cookbooks/nginx/attributes/default.rb +++ b/cookbooks/nginx/attributes/default.rb @@ -1,3 +1,6 @@ +# Tuning for access logging +default[:nginx][:access_log] = "/var/log/nginx/access.log" + # Tuning for nginx fastcgi cache zone default[:nginx][:cache][:fastcgi][:enable] = false default[:nginx][:cache][:fastcgi][:keys_zone] = "fastcgi_cache_zone:32M"