Skip to content

Instantly share code, notes, and snippets.

@mickey
Created April 4, 2012 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mickey/2306229 to your computer and use it in GitHub Desktop.
Save mickey/2306229 to your computer and use it in GitHub Desktop.
upstream yoursite {
server yoursite1.yoursite.com;
server yoursite2.yoursite.com;
}
server {
server_name www.yoursite.com;
location / {
proxy_pass http://yoursite;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment