How to uninstall nginx

藏色散人
Release: 2019-06-10 11:13:57
Original
13775 people have browsed it

How to uninstall nginx

How to uninstall nginx?

Steps to uninstall nginx:

First enter the command ps -ef | grep nginx to check whether the nginx service is running

How to uninstall nginx

Execute the commands kill -9 10398 and kill -9 10399 to stop the nginx process (10398 and 10399 are the nginx process numbers found in step 1)

How to uninstall nginx

Execute the command find / -name nginx to find all files whose names contain nginx

How to uninstall nginx

Execute the command rm -rf /usr/local/nginx to delete the files related to nignx installation

How to uninstall nginx

Run the nginx service startup command /usr/local/nginx/sbin/nginx and the service startup file cannot be found, proving that the deletion was successful

How to uninstall nginx

For more nginx technical articles, please visit the nginx usage tutorial column!

The above is the detailed content of How to uninstall nginx. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!