Centos10卸载nginx

1.停止服务

    /usr/local/nginx/sbin/nginx -s stop

    yum remove nginx

2.查看Nginx相关文件

    whereis nginx

    删除:rm -rf /usr/local/nginx

    chkconfig nginx off

    rm -rf /etc/init.d/nginx

 

posted @ 2019-07-13 17:51  李文学  阅读(643)  评论(0编辑  收藏  举报