1.Nginx的主要功能
    1>反向代理
    2>负载均衡
    3>动静分离
    2.Nginx主要命令
    nginx 启动
    nginx -s -stop 停止
    nginx -s reload 重新加载配置文件
    nginx -s quit 安全退出