Holy crap. Not only that I'm fat, ugly and broke I'm now also incompatible ever becoming a sys admin. How low one human can get?
Anyways. Let's continue to humiliate me & my skills publicly so all the people who can actually do this stuff can laugh at my expense.
Quote:
Did you copy the sites-available file exactly?
Umm, that would be a no. I just created 'doodleskull' file in the /etc/nginx/sites-available folder. It has only these lines in it and nothing else:
Code:
server {
listen 80;
server_name derp.doodleskull.com doodleskull.com www.doodleskull.com;
root /where/i/believe/my/site/is/located/but/dont/really/have/a/clue;
}Moving on:
Quote:
Interestingly, no version of Ubuntu supplies that particular version of nginx. The only repository that currently contains nginx/1.0.12 is dotdeb for Debian. OP trying a new distro?
Okay... I re-installed nginx earlier from the Ubuntu package, or so I think at least. I might have also tried to build the Large Hadron Collider via the command line, which may have caused this. In other words, I don't have clue.
Webfaction allows me to tweak the DNS. I created "derp.doodleskull.com" and pointed it with a A record to my Linode's IP. Reloaded nginx, tested the subdomain, got a 404 again.
Oh, and the error log thing. I put that error log path also in the "doodleskull" file, reloaded nginx but the error log was empty. As are my ideas to get my website working. The battle continues.
Thanks again guys for the help.