Posted by Jason Green
We use Nginx here for load balancing and as our HTTP server.
We have just started a new company called Ruby50 and I needed to get NGinx to rewrite to a static holding URL until the website is ready to go live. This is how I did it.
server {
server_name ruby50.com;
[...]