Sorry, my mistake. I found the issue for those who are curious. I have apache running, taking up 0.0.0.0/0, which prevented nginx from starting.
To fix the problem, I just stopped apache.
sudo systemctl stop httpd
Then start nginx
sudo systemctl start nginx