<?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 Set Up Nginx Server Blocks (Virtual Hosts) on CentOS 8	</title>
	<atom:link href="https://www.tecmint.com/create-nginx-server-blocks-in-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-nginx-server-blocks-in-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 07 Feb 2022 03:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-nginx-server-blocks-in-centos/comment-page-1/#comment-1714387</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 03:55:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39073#comment-1714387</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-nginx-server-blocks-in-centos/comment-page-1/#comment-1714207&quot;&gt;Lachy&lt;/a&gt;.

@Lachy,

Thanks, corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-nginx-server-blocks-in-centos/comment-page-1/#comment-1714207">Lachy</a>.</p>
<p>@Lachy,</p>
<p>Thanks, corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lachy		</title>
		<link>https://www.tecmint.com/create-nginx-server-blocks-in-centos/comment-page-1/#comment-1714207</link>

		<dc:creator><![CDATA[Lachy]]></dc:creator>
		<pubDate>Sun, 06 Feb 2022 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39073#comment-1714207</guid>

					<description><![CDATA[Just a quick Note:
&lt;pre&gt;
$ sudo systemctl restart nginx
$ sudo systemctl status Nginx
&lt;/pre&gt;
should be:
&lt;pre&gt;
$ sudo systemctl restart nginx
$ sudo systemctl status nginx
&lt;/pre&gt;
The Capitalised &quot;Nginx&quot; on line two caused an issue :)]]></description>
			<content:encoded><![CDATA[<p>Just a quick Note:</p>
<pre>
$ sudo systemctl restart nginx
$ sudo systemctl status Nginx
</pre>
<p>should be:</p>
<pre>
$ sudo systemctl restart nginx
$ sudo systemctl status nginx
</pre>
<p>The Capitalised &#8220;Nginx&#8221; on line two caused an issue :)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
