ginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) What does this mean
仅有的幸福2017-05-16 17:22:22
Translation: Port binding error, the port has been used first.
Change the port, 80 is occupied, or find which program is occupying it. It is most likely apache under mac, mac comes with apache.
漂亮男人2017-05-16 17:22:22
Port 8080 is occupied.
Can be executed from the command line
lsof -i:8080
Check which process is occupying it.