Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Commands to completely uninstall nginx under ubuntu16.04

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

nginx overview

nginx is a free, open source, high-performance HTTP server and reverse proxy server; it is also an IMAP, POP3, SMTP proxy server;nginx can be used as an HTTP server for website publishing processing, and nginx can be used as a reverse proxy for Load Balancer implementation.

Remove nginx and related configuration files

sudo apt-get --purge remove nginx

Automatically remove all unused packages

sudo apt-get autoremove

Remove nginx related software

sudo apt-get --purge remove nginxsudo apt-get --purge remove nginx-commonsudo apt-get --purge remove nginx-core

Check the processes that nginx is running and kill them if there are any.

ps aux |grep nginxsudo kill -9 process pid1 process pid2...

Install nginx

sudo apt-get updatesudo apt-get install nginx

summary

The above is a small series to introduce you to ubuntu16.04 completely uninstall nginx related commands, I hope to help you, if you have any questions please give me a message, small series will reply to you in time. Thank you very much for your support!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report