sudo brew services stop nginx
sudo brew services start nginx
Sudo because I have it bound to :80, which is otherwise not allowed.
Seems to work better than singular restart command (I think)
sudo brew services stop nginx
sudo brew services start nginx
Sudo because I have it bound to :80, which is otherwise not allowed.
Seems to work better than singular restart command (I think)