<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How To Setup a NGINX Virtual Host Using a Custom Domain	</title>
	<atom:link href="https://www.farinspace.com/nginx-virtual-host/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/nginx-virtual-host/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 30 Sep 2015 19:26:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Lee McIntosh		</title>
		<link>https://www.farinspace.com/nginx-virtual-host/#comment-28694</link>

		<dc:creator><![CDATA[Lee McIntosh]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 15:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1136#comment-28694</guid>

					<description><![CDATA[How would one go about adding a subdomain to this?]]></description>
			<content:encoded><![CDATA[<p>How would one go about adding a subdomain to this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: omarxp studio		</title>
		<link>https://www.farinspace.com/nginx-virtual-host/#comment-25712</link>

		<dc:creator><![CDATA[omarxp studio]]></dc:creator>
		<pubDate>Thu, 01 Nov 2012 17:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1136#comment-25712</guid>

					<description><![CDATA[thanks for sharing, i&#039;m looking for tutorial like this. very helpfull]]></description>
			<content:encoded><![CDATA[<p>thanks for sharing, i&#8217;m looking for tutorial like this. very helpfull</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://www.farinspace.com/nginx-virtual-host/#comment-25638</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Sat, 27 Oct 2012 02:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1136#comment-25638</guid>

					<description><![CDATA[First of all really nice tutorial i searched about 3 hours and now found this and its running thx :)
but i ve got the problem, i cant get access on subfolder.
How to solve this?]]></description>
			<content:encoded><![CDATA[<p>First of all really nice tutorial i searched about 3 hours and now found this and its running thx 🙂<br />
but i ve got the problem, i cant get access on subfolder.<br />
How to solve this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AgriCulture		</title>
		<link>https://www.farinspace.com/nginx-virtual-host/#comment-24202</link>

		<dc:creator><![CDATA[AgriCulture]]></dc:creator>
		<pubDate>Wed, 04 Jul 2012 06:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1136#comment-24202</guid>

					<description><![CDATA[Nice and simple tut !
I found it helpful for Nginx beginner, look forward for some security configs too, 

thanks.]]></description>
			<content:encoded><![CDATA[<p>Nice and simple tut !<br />
I found it helpful for Nginx beginner, look forward for some security configs too, </p>
<p>thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andreas		</title>
		<link>https://www.farinspace.com/nginx-virtual-host/#comment-20609</link>

		<dc:creator><![CDATA[Andreas]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1136#comment-20609</guid>

					<description><![CDATA[Great guide, however if php-fpm are running through the socket name the php-block should be something like this:

location ~ \.php$
{
    include /etc/nginx/fastcgi.conf;
    fastcgi_pass unix:/var/run/php5-fpm.sock;
 }]]></description>
			<content:encoded><![CDATA[<p>Great guide, however if php-fpm are running through the socket name the php-block should be something like this:</p>
<p>location ~ \.php$<br />
{<br />
    include /etc/nginx/fastcgi.conf;<br />
    fastcgi_pass unix:/var/run/php5-fpm.sock;<br />
 }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: voku		</title>
		<link>https://www.farinspace.com/nginx-virtual-host/#comment-2974</link>

		<dc:creator><![CDATA[voku]]></dc:creator>
		<pubDate>Wed, 04 Aug 2010 13:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1136#comment-2974</guid>

					<description><![CDATA[you can speedup (expire) the pictures ... with this settings

&lt;pre&gt;
location ~* ^.+.(htm&#124;html&#124;jpg&#124;jpeg&#124;gif&#124;png&#124;ico&#124;css&#124;zip&#124;tgz&#124;gz&#124;rar&#124;bz2&#124;doc&#124;xls&#124;exe&#124;pdf&#124;ppt&#124;txt&#124;tar&#124;mid&#124;midi&#124;wav&#124;bmp&#124;rtf&#124;js)$ {
access_log off;
expires max;
root /var/www/example.com/html/;
}
&lt;/pre&gt;

I also read about adding this... ?!?

&lt;pre&gt;
if (-f $request_filename) {
break;
}
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>you can speedup (expire) the pictures &#8230; with this settings</p>
<pre>
location ~* ^.+.(htm|html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js)$ {
access_log off;
expires max;
root /var/www/example.com/html/;
}
</pre>
<p>I also read about adding this&#8230; ?!?</p>
<pre>
if (-f $request_filename) {
break;
}
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
