11 lines
167 B
Ruby
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
|