Don't redirect http for the hello_world openresty app

This commit is contained in:
Greg 2023-07-19 10:01:10 +02:00
parent 27b466f30d
commit 0fc388f43c
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@
openresty_site 'hello_world' do
template 'hello_world.conf.erb'
redirect_http false
action :enable
end