openresty+Kong+postgresql+kong-dashboard

房东的猫 提交于 2020-08-11 03:23:09

Kong API网关部署

openresty

yum install pcre-devel openssl-devel gcc curl

wget -c https://openresty.org/download/openresty-1.15.8.3.tar.gz
tar zxvf openresty-*.gz
cd  openresty-*
./configure --with-http_stub_status_module --with-http_v2_module \
--with-http_realip_module 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!