JCKalt / General-Work

Modeling database
0 stars 0 forks source link

Stop nginx from running on port 3000 #170

Closed JCKalt closed 6 months ago

JCKalt commented 6 months ago

Discovered this was preventing pgui from running locally

JCKalt commented 6 months ago

found process using:

sudo lsof -i :3000 sudo kill -9 1234

This would have stopped it and disabled autostart.

brew services stop nginx