rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm


yum install nginx -y


service nginx start


iptables -I INPUT -p tcp --dport 80 -j ACCEPT


service iptables save

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-11-27
  • 2021-12-02
  • 2021-05-16
猜你喜欢
  • 2021-09-05
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
相关资源
相似解决方案