ubuntn安装openresty,ubuntnopenresty


步骤如下

wget https://openresty.org/download/openresty-1.13.6.2.tar.gz
apt-get update
apt-get install zlib1g-dev
apt-get install openssl libssl-dev
apt-get install libpcre3 libpcre3-dev

tar -zxvf openresty-1.13.6.2.tar.gz
cd openresty-1.13.6.2
./configure --with-http_realip_module
make && make install

相关内容

    暂无相关文章