<?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>Mr-San.com : จอมมาร Blog &#187; nginx</title>
	<atom:link href="http://www.mr-san.com/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mr-san.com</link>
	<description>Learning by self, Doing for Expertise</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:58:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTTPS and VirtualHost in Nginx</title>
		<link>http://www.mr-san.com/https-and-virtualhost-in-nginx/</link>
		<comments>http://www.mr-san.com/https-and-virtualhost-in-nginx/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 09:21:36 +0000</pubDate>
		<dc:creator>Mr-San.com</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=132</guid>
		<description><![CDATA[If use basic setting in Header from https you will get HTTP/1.0 so it cannot redirect to right host. It&#8217;s very easy to set with Nginx you can use [code lang="bash"] proxy_set_header X-FORWARDED_PROTO https; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; [/code] already use and sent you to correct host.]]></description>
		<wfw:commentRss>http://www.mr-san.com/https-and-virtualhost-in-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Nginx &#8211; Reverse Proxy, Load Balance</title>
		<link>http://www.mr-san.com/nginx-reverse-proxy-load-balance/</link>
		<comments>http://www.mr-san.com/nginx-reverse-proxy-load-balance/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 16:23:12 +0000</pubDate>
		<dc:creator>Mr-San.com</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[high scalability]]></category>
		<category><![CDATA[load balance]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=109</guid>
		<description><![CDATA[High scalability with Nginx, I have read some article about Nginx, which show more powerful with load balance, reverse proxy, imap, pop3 and smtp. This post is howto install Nginx for using in our project, let&#8217;s go&#8230;. Install prerequisites : [code lang='bash']apt-get install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-dev[/code] Get source package : http://sysoev.ru/nginx/nginx-0.6.32.tar.gz Get syslog [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/nginx-reverse-proxy-load-balance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

