From 0fc388f43cd78bfdcf503f9113d693426ccb2d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 19 Jul 2023 10:01:10 +0200 Subject: [PATCH] Don't redirect http for the hello_world openresty app --- site-cookbooks/kosmos_openresty/recipes/hello_world.rb | 1 + 1 file changed, 1 insertion(+) 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