09.Centos7搭建Nginx

2019-02-14  本文已影响0人  Curious1990

安装

sudo yum install -y nginx

启动Nginx并设置开机自动运行

sudo systemctl start nginx.service
sudo systemctl enable nginx.service
上一篇 下一篇

猜你喜欢

热点阅读