I'm migrating all my blogs (four of them) into one folder on a VPS (AWS) using Nginx as the web server. Three of the blogs have wordpress run the entire domain, one has custom PHP application on the site root with Wordpress in the blog subdirectory.
WPMU (Wordpress Multisite) seems to only support putting the install onto the root of the domain. I'd prefer to keep it in the blog directory, where it is now. Does anyone have any clever ideas how to either get it into the blog subdirectory, or make it appear like it's in there? Something fancy with Nginx? Maybe put the blog into a subdomain and map it to a folder of the main domain? I don't want it to run on the subdomain as it has SEO implications.
I know I could run a standalone Wordpress install, that's my backup plan.
