linux-最简单 安装nginx

  1. centos下将系统预置yum源更换为阿里云源

    1. 备份/etc/yum.repos.d/下的CentOS-Base.repo为CentOS-Base.repo.backup 并更换为阿里云源。
    2. curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    3. 运行yum makecache生成缓存
  2. 添加源
    1. sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
  3. 安装nginx
    1. sudo yum install -y nginx
  4. 设置linux开机启动 nginx 
    1. sudo systemctl start nginx.service
      sudo systemctl enable nginx.service
  5. 设置远程访问
    1. vi   /etc/sysconfig/iptables

    2. 文件最后加入 -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
    3. systemctl stop firewalld  (关闭防火墙)
  6. 启动nginx 
    1. systemctl restart nginx 
  7. 访问你服务器网站 
    1. http://192.168.241.129/  (你的ip)
  8. 成功
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值