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