First: what is listening to port 80
lsof -i :80
properly apache :P, but kill all services listening to port 80 and the try to restart your nginx...
Alternatively add ip directives to the listener like
listen 123.123.123.123:80
to the configs
lsof -i :80
properly apache :P, but kill all services listening to port 80 and the try to restart your nginx...
Alternatively add ip directives to the listener like
listen 123.123.123.123:80
to the configs