Answers for "remove nginx mac"

5

uninstall nginx

sudo apt-get purge nginx nginx-common
Posted by: Guest on November-14-2020
1

remove nginx

sudo apt-get remove nginx* --purge
Posted by: Guest on November-29-2020
0

stop nginx mac

brew services stop nginx
Posted by: Guest on April-09-2021
6

remove nginx mac

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
Posted by: Guest on October-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language