diff --git a/site-cookbooks/kosmos_openresty/recipes/hello_world.rb b/site-cookbooks/kosmos_openresty/recipes/hello_world.rb index 252aed6..492f71c 100644 --- a/site-cookbooks/kosmos_openresty/recipes/hello_world.rb +++ b/site-cookbooks/kosmos_openresty/recipes/hello_world.rb @@ -5,5 +5,6 @@ openresty_site 'hello_world' do template 'hello_world.conf.erb' + redirect_http false action :enable end