<?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 Install Nginx Web Server on Ubuntu 20.04	</title>
	<atom:link href="https://www.tecmint.com/install-nginx-on-ubuntu-20-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-nginx-on-ubuntu-20-04/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 22 Sep 2021 00:44:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Terseer Shaguy		</title>
		<link>https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1592350</link>

		<dc:creator><![CDATA[Terseer Shaguy]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 00:44:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38060#comment-1592350</guid>

					<description><![CDATA[Awesome! Straight Up! Works like.]]></description>
			<content:encoded><![CDATA[<p>Awesome! Straight Up! Works like.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sokha		</title>
		<link>https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1582489</link>

		<dc:creator><![CDATA[sokha]]></dc:creator>
		<pubDate>Tue, 07 Sep 2021 09:44:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38060#comment-1582489</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1420326&quot;&gt;Ravi Saive&lt;/a&gt;.

Hi, sir can you explain to me how to host PHP and nuxt.js with an Nginx web server?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1420326">Ravi Saive</a>.</p>
<p>Hi, sir can you explain to me how to host PHP and nuxt.js with an Nginx web server?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1578528</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 07:23:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38060#comment-1578528</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1577881&quot;&gt;Ryan&lt;/a&gt;.

@Ryan,

Better assign user Nginx to your website directory, for example.
&lt;pre&gt;
$ sudo chown -R nginx:nginx /var/www/crazytechgeek.info/html
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1577881">Ryan</a>.</p>
<p>@Ryan,</p>
<p>Better assign user Nginx to your website directory, for example.</p>
<pre>
$ sudo chown -R nginx:nginx /var/www/crazytechgeek.info/html
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ryan		</title>
		<link>https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1577881</link>

		<dc:creator><![CDATA[Ryan]]></dc:creator>
		<pubDate>Wed, 01 Sep 2021 20:09:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38060#comment-1577881</guid>

					<description><![CDATA[Hi,

I just followed these instructions and was able to get nginx installed.  I get the welcome screen page when I do the server IP.  After configuring the server blocks portion, when I go to the DNS name, I get a &quot;403 Forbidden - you don&#039;t have permission to access this resource&quot;. 

This was a fresh install of Ubuntu 20.04 Server and Nginx.  I didn&#039;t add any users or anything to the system, so in your &lt;strong&gt;$USER&lt;/strong&gt; section, is that where is the issue? Nginx is running as a service.  

Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I just followed these instructions and was able to get nginx installed.  I get the welcome screen page when I do the server IP.  After configuring the server blocks portion, when I go to the DNS name, I get a &#8220;403 Forbidden &#8211; you don&#8217;t have permission to access this resource&#8221;. </p>
<p>This was a fresh install of Ubuntu 20.04 Server and Nginx.  I didn&#8217;t add any users or anything to the system, so in your <strong>$USER</strong> section, is that where is the issue? Nginx is running as a service.  </p>
<p>Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1420326</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 22 Jan 2021 05:14:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38060#comment-1420326</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1419126&quot;&gt;Dan&lt;/a&gt;.

@Dan,

Could you share the error message here? so that will help you out..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nginx-on-ubuntu-20-04/comment-page-1/#comment-1419126">Dan</a>.</p>
<p>@Dan,</p>
<p>Could you share the error message here? so that will help you out..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
