Serve different static page depending of the server load

Frédéric Bastien nouiz at nouiz.org
Fri Feb 22 20:21:31 UTC 2013


Hi,

We are planning releasing a new web site shortly and we try to get
slash-dotted.

Our website is hosted with nginx, but I currently set the images of the
main page on amazon S3 as it won't be able to serve them if we get
slash-dotted as planned.

To lower our cost, is there a way to tell nginx to serve for index.html
another file like index_local.html file when the load of the server is low
and to serve index_aws.html when the load is high?

index_local.html would contain URL for images and an applet to the same
nginx file server but index_aws.html will set URL for them to S3.

If that is not possible, is there another way to do that? I don't want to
manually do the switch as we never know when the crowd come.

thanks


Frédéric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130222/8e93ac89/attachment-0001.html>


More information about the nginx mailing list