From ac76802af4c1ad8ee87baf3c4d7428487af8f124 Mon Sep 17 00:00:00 2001 From: Brian Munro Date: Sat, 19 Feb 2022 09:23:06 +0200 Subject: [PATCH] Added lua-resty-http plugin Required for crowdsec-openresty-bouncer --- scripts/install-openresty | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-openresty b/scripts/install-openresty index b0b0679..81d76bf 100755 --- a/scripts/install-openresty +++ b/scripts/install-openresty @@ -19,5 +19,6 @@ echo -e "${BLUE}❯ ${CYAN}Installing OpenResty plugins...${RESET}" cd / luarocks install lua-cjson luarocks install lua-resty-openidc +luarocks install lua-resty-http echo -e "${BLUE}❯ ${GREEN}OpenResty plugins install completed${RESET}"