Nginx as a Proxy to your Blog » KBeezie
Basically a little writeup I did. Something I did for clients a while back, especially when bizops and such were still running rampant. The idea is to have a seperate nginx dedi or VPS (basically most dirt cheap plans would work if you just want to use it as a proxy server)
In a nutshell lets say you have a VPS, and you got 5 blogs on it or wordpress-mu type of set. And you wanted one or more of the domains to appear to be from a different server or even datacenter than the other domains either for SEO purposes or cross-linking purposes. This method would allow you to keep your setup hosted in one place, and you would just add a couple lines to the nginx config and your DNS record to cause the website to appear to be coming from elsewhere. Kinda like how I had client's blogs appearing to be hosted in Panama while the rest of their sites in Texas.
Anywho code sniplets, concerns, and explanations are in the blog post above.
Basically a little writeup I did. Something I did for clients a while back, especially when bizops and such were still running rampant. The idea is to have a seperate nginx dedi or VPS (basically most dirt cheap plans would work if you just want to use it as a proxy server)
In a nutshell lets say you have a VPS, and you got 5 blogs on it or wordpress-mu type of set. And you wanted one or more of the domains to appear to be from a different server or even datacenter than the other domains either for SEO purposes or cross-linking purposes. This method would allow you to keep your setup hosted in one place, and you would just add a couple lines to the nginx config and your DNS record to cause the website to appear to be coming from elsewhere. Kinda like how I had client's blogs appearing to be hosted in Panama while the rest of their sites in Texas.
Anywho code sniplets, concerns, and explanations are in the blog post above.