Answers for "stop and delete nginx mac"

1

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