Deploy a hello world openresty app

This commit is contained in:
Greg Karékinian
2023-07-12 20:34:00 +02:00
parent 8a3c519a6c
commit d077dfdcf2
2 changed files with 14 additions and 0 deletions

View File

@@ -5,3 +5,8 @@
# Install openresty from official packages
include_recipe 'openresty::apt_package'
openresty_site 'hello_world' do
template 'hello_world.conf.erb'
action :enable
end