<?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 WordPress with Nginx in Ubuntu 20.04	</title>
	<atom:link href="https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 07 Feb 2023 15:16:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Erhan		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1959082</link>

		<dc:creator><![CDATA[Erhan]]></dc:creator>
		<pubDate>Tue, 07 Feb 2023 15:16:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37861#comment-1959082</guid>

					<description><![CDATA[I configured everything until the launch on the browser but when I type the ip-server it gives me a 502 bad gateway error.]]></description>
			<content:encoded><![CDATA[<p>I configured everything until the launch on the browser but when I type the ip-server it gives me a 502 bad gateway error.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AmirabbasGhasemi		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1863465</link>

		<dc:creator><![CDATA[AmirabbasGhasemi]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 19:27:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37861#comment-1863465</guid>

					<description><![CDATA[Copy and paste commands are so easy!

Thank you so much for this useful artcle.]]></description>
			<content:encoded><![CDATA[<p>Copy and paste commands are so easy!</p>
<p>Thank you so much for this useful artcle.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: George		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1520699</link>

		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Tue, 15 Jun 2021 07:09:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37861#comment-1520699</guid>

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

@Ravi yes it works with IP address and it works fine ;) I just missed a couple of underscores _ while copying :D]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1520487">Ravi Saive</a>.</p>
<p>@Ravi yes it works with IP address and it works fine ;) I just missed a couple of underscores _ while copying :D</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1520487</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 14 Jun 2021 04:40:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37861#comment-1520487</guid>

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

@George,

The domain is working with IP address? Have you added DNS &lt;code&gt;A&lt;/code&gt; record for your domain in your DNS control panel?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1519960">George</a>.</p>
<p>@George,</p>
<p>The domain is working with IP address? Have you added DNS <code>A</code> record for your domain in your DNS control panel?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: George		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-in-ubuntu-20-04/comment-page-1/#comment-1519960</link>

		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sat, 12 Jun 2021 16:59:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37861#comment-1519960</guid>

					<description><![CDATA[Hello, thanks for the great article!

It went almost fine until the last step for me. I am configuring everything with the &quot;final&quot; domain in mind, but I would like to keep it as a staging environment for a few days to have everything set up. Ping works fine with the server&#039;s IP but I have an &quot;unable to connect/problem loading page&quot;, even with the hostname of the server (trying IP and hostname provided from provider). 

The only thing I did wrong was that I forgot to put the site&#039;s name at mysite.com.conf and used !mv to rename it in vim afterward, and nginx returned successfully. Any ideas for that?

Also, it would be great to include the secure configuration (https) and the installation steps for ssl cert (letsencrypt maybe?)]]></description>
			<content:encoded><![CDATA[<p>Hello, thanks for the great article!</p>
<p>It went almost fine until the last step for me. I am configuring everything with the &#8220;final&#8221; domain in mind, but I would like to keep it as a staging environment for a few days to have everything set up. Ping works fine with the server&#8217;s IP but I have an &#8220;unable to connect/problem loading page&#8221;, even with the hostname of the server (trying IP and hostname provided from provider). </p>
<p>The only thing I did wrong was that I forgot to put the site&#8217;s name at mysite.com.conf and used !mv to rename it in vim afterward, and nginx returned successfully. Any ideas for that?</p>
<p>Also, it would be great to include the secure configuration (https) and the installation steps for ssl cert (letsencrypt maybe?)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
