标签:centos lang lease fir centos 7 start pre 安装nginx 系统
Nginx是一个高性能的Web服务软件。相比Apache HTTP Server更加的轻量级和灵活,是在WEB及服务端开发中必不可少的工具。
本文我们将介绍CentOS 7下Nginx的安装。
sudo yum install epel-release
sudo yum install nginx
sudo systemctl start nginx
sudo firewall-cmd --permanent --zone=public --add-service=http
sudo firewall-cmd --permanent --zone=public --add-service=https
sudo firewall-cmd --reload
标签:centos lang lease fir centos 7 start pre 安装nginx 系统
原文地址:http://blog.51cto.com/11761032/2174940