Added lua-resty-http plugin

Required for crowdsec-openresty-bouncer
This commit is contained in:
Brian Munro
2022-02-19 09:23:06 +02:00
parent 006ea6ac00
commit ac76802af4
+1
View File
@@ -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}"