Now available at blog.angelbob.com!
Posted: 2 years ago (2009-04-24 17:21:57 UTC )
After some NGinX reconfiguration, I've got this blog up as blog.angelbob.com. Yay!
While most of the reconfiguration was pretty easy and followed these articles very closely, I noticed that I had made a mistake. I was using kill to stop NGinX with the wrong pidfile, so it was never being killed. D'oh! So that made my reconfiguration work pretty poorly, if at all... :-) I'd fix the code on this blog, but it turns out that I never posted my NGinX config files, so you didn't get to see the bug.
Following the second article, I also changed my configuration to be similar to Ubuntu's and include server files from a directory. I did not, however, include "*" in that directory -- I tend to leave editor files ending in "*~" sitting around. So instead, I included "*.conf" and made sure all my server files ended in ".conf". They don't have to match the server names, so it's all good.
