<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.nginx.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.nginx.org/index.php?title=LoadBalanceExample&amp;feed=atom&amp;action=history</id>
		<title>LoadBalanceExample - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.nginx.org/index.php?title=LoadBalanceExample&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=LoadBalanceExample&amp;action=history"/>
		<updated>2013-06-18T20:48:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.nginx.org/index.php?title=LoadBalanceExample&amp;diff=33&amp;oldid=prev</id>
		<title>MichaelLustfield: moved NginxLoadBalanceExample to LoadBalanceExample:&amp;#32;Removing Nginx prefix from page titles</title>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=LoadBalanceExample&amp;diff=33&amp;oldid=prev"/>
				<updated>2010-09-22T19:28:57Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/NginxLoadBalanceExample&quot; class=&quot;mw-redirect&quot; title=&quot;NginxLoadBalanceExample&quot;&gt;NginxLoadBalanceExample&lt;/a&gt; to &lt;a href=&quot;/LoadBalanceExample&quot; title=&quot;LoadBalanceExample&quot;&gt;LoadBalanceExample&lt;/a&gt;: Removing Nginx prefix from page titles&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Simple Load Balancing =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;nginx&amp;quot;&amp;gt;&lt;br /&gt;
http {&lt;br /&gt;
  upstream myproject {&lt;br /&gt;
    server 127.0.0.1:8000 weight=3;&lt;br /&gt;
    server 127.0.0.1:8001;&lt;br /&gt;
    server 127.0.0.1:8002;    &lt;br /&gt;
    server 127.0.0.1:8003;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  server {&lt;br /&gt;
    listen 80;&lt;br /&gt;
    server_name www.domain.com;&lt;br /&gt;
    location / {&lt;br /&gt;
      proxy_pass http://myproject;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;/div&gt;</summary>
		<author><name>MichaelLustfield</name></author>	</entry>

	</feed>