Files
chef/site-cookbooks/kosmos_openresty/recipes/hello_world.rb
T

11 lines
167 B
Ruby

#
# Cookbook:: kosmos_openresty
# Recipe:: hello_world
#
openresty_site 'hello_world' do
template 'hello_world.conf.erb'
redirect_http false
action :enable
end