nginx 服务器下载、配置、常用命令

2017/08/30

服务器下载

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

  1. 开启 gzip http://www.awaimai.com/1711.html