Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
This commit is contained in:
18
cookbooks/nginx/attributes/socketproxy.rb
Normal file
18
cookbooks/nginx/attributes/socketproxy.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Cookbook:: nginx
|
||||
# Attributes:: socketproxy.rb
|
||||
#
|
||||
|
||||
default['nginx']['socketproxy']['root'] = '/usr/share/nginx/apps'
|
||||
default['nginx']['socketproxy']['app_owner'] = 'root'
|
||||
default['nginx']['socketproxy']['logname'] = 'socketproxy'
|
||||
default['nginx']['socketproxy']['log_level'] = 'error'
|
||||
# default['nginx']['socketproxy']['default_app'] = 'default'
|
||||
# default['nginx']['socketproxy']['apps'] = {
|
||||
# 'default' => {
|
||||
# 'prepend_slash' => false,
|
||||
# 'context_name' => '',
|
||||
# 'subdir' => 'current',
|
||||
# 'socket_path' => 'shared/sockets/unicorn.sock'
|
||||
# }
|
||||
# }
|
||||
Reference in New Issue
Block a user