CentOS7 上通过 yml 安装Nginx
2019-05-23 本文已影响0人
Pts
添加 Nginx 存储库
yum install epel-release
安装 Nginx
yum install nginx
启动 Nginx
方式一,通过路径 :
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
方式二,安装版nginx 可以通过 :
systemctl start nginx
通过关闭进程粗暴的关闭 Nginx
1\. ps -ef|grep nginx
image
2\. kill -9 13171