<?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>Arrow&#039;s World &#187; Nginx</title>
	<atom:link href="http://bartoszstrzala.pl/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://bartoszstrzala.pl</link>
	<description>Cywilizacja to niekończący się ciąg potrzeb, których nie potrzebujemy.</description>
	<lastBuildDate>Mon, 05 Sep 2011 17:37:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nginx i przekierowanie domeny (z www) na (bez www)</title>
		<link>http://bartoszstrzala.pl/2010/06/10/nginx-i-przekierowanie-domeny-z-www-na-bez-www/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://bartoszstrzala.pl/2010/06/10/nginx-i-przekierowanie-domeny-z-www-na-bez-www/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 22:19:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://bartoszstrzala.pl/?p=375</guid>
		<description><![CDATA[if ($host ~* www\.(.*)) {
    set $host_without_www $1;
    rewrite ^(.*)$ http://$host_without_www$1/ permanent;
}
]]></description>
			<content:encoded><![CDATA[<pre>if ($host ~* www\.(.*)) {
    set $host_without_www $1;
    rewrite ^(.*)$ http://$host_without_www$1/ permanent;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://bartoszstrzala.pl/2010/06/10/nginx-i-przekierowanie-domeny-z-www-na-bez-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

