。yum源配置文件
。防火请关闭
。selinux关闭
1.系统基础环境包安装
yum -y install gcc gcc-c++ autoconf automake
yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel
yum -y install lrzsz
2. tar zxvf nginx-1.10.2.tar.gz && cd nginx-1.10.2
useradd -s /sbin/nologin -M nginx
./configure --prefix =/usr/local/nginx --user=nginx --group=nginx
3。编译和安装
make -j 4 && make install
4.查看目录结构
ls /usr/local/nginx 查看nginx目录
/usr/local/nginx/sbin/nginx 启动nginx服务
5.开机启动
chkconfig -add nginx
chkconfig --list nginx
.service nginx status 查看服务
.netstat -antup | grep nginx 查看进程或端口
.ps -ef | grep nginx 查看进程
6. 优化服务
curl -I 127.0.0.1
隐藏版本和服务器信息 HTTP/1.1
图片压缩
前端信息