<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Akorena &#187; Nginx</title>
	<atom:link href="http://www.akorena.com/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akorena.com</link>
	<description>Software Expertise For Your Business</description>
	<lastBuildDate>Sat, 26 Feb 2011 05:14:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using nginx to work with jetty</title>
		<link>http://www.akorena.com/2009/10/using-nginx-to-work-with-jetty/</link>
		<comments>http://www.akorena.com/2009/10/using-nginx-to-work-with-jetty/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 00:42:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://www.akorena.com/?p=312</guid>
		<description><![CDATA[Nginx is fast, Jetty is fast. Below is how to glue both together. Put this configuration to nginx.conf. location /myapp { proxy_pass http://127.0.0.1:8080/myapp; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }]]></description>
		<wfw:commentRss>http://www.akorena.com/2009/10/using-nginx-to-work-with-jetty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

