标签:环境 height eve 公网 启动 configure pen code info
首先安装4个环境
yum -y install gcc-c++ yum -y install pcre-devel yum -y install zlib-devel yum -y install openssl openssl-devel
将nginx的源码包上传到服务器然后解压
tar -zxvf nginx-1.12.0.tar.gz
进入源码目录
cd nginx-1.12.0
以如下顺序安装:
./configure
make
make install
启动nginx
cd /usr/local/nginx/sbin
./nginx
访问你的公网IP即可
标签:环境 height eve 公网 启动 configure pen code info
原文地址:https://www.cnblogs.com/sauronblog/p/11708607.html