2023-07-19 10:01:10 +02:00

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