Skip to main content

Geek, coder, gamer, tinkerer, husband, father, system admin, web developer, and American cyborg, though not necessarily in that order. Creator of Mythic Wars (card game).

itsericwoodward.com

mythicwarsgame.com

git.itsericwoodward.com/eric

social.wonderdome.net/users/eric

github.com/itsericwoodward

boardgamegeek.com/user/EricPlaysGames

hey@itsericwoodward.com

 

I've been working on my various sites to a new DigitalOcean droplet since yesterday, and have them about /2 done. But, before I could finish them, I needed to get PHP working (so I can migrate this server).

After getting 404s on my PHP scripts and fighting w/ php-fpm / nginx for the past couple of hours, I finally found what I was missing: in my nginx config for the site, I needed to move my server root outside of the location blocks. See here: https://stackoverflow.com/a/22921150

Hallelujah!