服务器下载
yum -y install nginx
卸载
yum -y remove nginx
启动、重启
service nginx start
service nginx restart
配置地址
cd /etc/nginx/conf.d
测试服务器
wget http://127.0.0.1
能正常获取inde.html文件说明Nginx安装成功
检测配置项是否ok
sudo nginx -t
todo
- 开启 gzip http://www.awaimai.com/1711.html