Heim >Backend-Entwicklung >PHP-Tutorial >ubuntu完全卸载nginx

ubuntu完全卸载nginx

WBOY
WBOYOriginal
2016-07-28 08:28:271146Durchsuche

删除nginx连带配置文件

sudo apt-get purge nginx # removes everything.

卸载不再需要的nginx依赖程序

sudo apt-get autoremove

这时候查看版本 nginx -v

可以看到No such file

还需要删除系统一些nginx文件,手动删除

rm -rf /etc/nginx

rm -rf /etc/init.d/nginx

rm -rf /var/lib/nginx

rm -rf /var/log/nginx

rm -rf /etc/logrotate.d/nginx

这样Nginx就完全删除了

以上就介绍了 ubuntu完全卸载nginx,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn