Remove Nginx Mac

[Solved] Remove Nginx Mac | Shell - Code Explorer | yomemimo.com
Question : stop nginx mac

Answered by : kirkpatrick-brown

brew services stop nginx

Source : | Last Update : Fri, 16 Apr 21

Question : uninstall nginx

Answered by : terrible-tapir

sudo apt-get purge nginx nginx-common

Source : https://askubuntu.com/questions/235347/what-is-the-best-way-to-uninstall-nginx | Last Update : Sat, 21 Nov 20

Question : remove nginx mac

Answered by : snippets

brew remove nginx
rm -f -R /usr/local/nginx
rm -f /usr/local/sbin/nginx
rm -r /usr/local/var/run/nginx
rm -f -R /usr/local/etc/nginx
rm -r /usr/local/opt/nginx

Source : | Last Update : Sat, 30 Oct 21

Question : remove nginx

Answered by : snippets

sudo apt-get remove nginx* --purge

Source : | Last Update : Sun, 06 Dec 20

Answers related to remove nginx mac

Code Explorer Popular Question For Shell