X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cc15d33a58567b8c436a82b6d63c33853d3cc645..b6d92556e124fa99318b8f708e064109cb526a15:/roles/lockheed.rb diff --git a/roles/lockheed.rb b/roles/lockheed.rb index 09eddcc8b..bad0a5b7b 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -85,11 +85,17 @@ default_attributes( }, :nginx => { :cache => { + :fastcgi => { + :enable => true, + :keys_zone => "fastcgi_cache_zone:2048M", + :inactive => "180d", + :max_size => "196608M" + }, :proxy => { :enable => true, - :keys_zone => "proxy_cache_zone:256M", + :keys_zone => "proxy_cache_zone:2048M", :inactive => "180d", - :max_size => "51200M" + :max_size => "196608M" } } }