Skip to content

Commit

Permalink
Add missing imagery attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Sep 30, 2024
1 parent adff902 commit ea154b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbooks/imagery/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
default[:accounts][:users][:imagery][:status] = :role
default[:nginx][:cache][:proxy][:enable] = true
10 changes: 10 additions & 0 deletions roles/lockheed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
}
}
}
},
:nginx => {
:cache => {
:proxy => {
:enable => true,
:keys_zone => "proxy_cache_zone:256M",
:inactive => "180d",
:max_size => "51200M"
}
}
}
)

Expand Down

0 comments on commit ea154b0

Please sign in to comment.