So, I had my webserver running fine, I like non-www domains so I would leave non-www active, but whenever user would type www, they could also access the non-www version normally.
Then I created a subdomain http://blog.example.com. Now all traffic that goes to www.example.com load blog.example.com instead of example.com
I'm using nginx on digital ocean.
What can I do to fix this?