<?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: The Ultimate Guide to Secure, Harden and Improve Performance of Nginx Web Server	</title>
	<atom:link href="https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 07 Sep 2020 05:30:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-1361225</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 07 Sep 2020 05:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17853#comment-1361225</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-1361221&quot;&gt;Hung&lt;/a&gt;.

@Hung,

Thanks, corrected in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-1361221">Hung</a>.</p>
<p>@Hung,</p>
<p>Thanks, corrected in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hung		</title>
		<link>https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-1361221</link>

		<dc:creator><![CDATA[Hung]]></dc:creator>
		<pubDate>Mon, 07 Sep 2020 05:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17853#comment-1361221</guid>

					<description><![CDATA[Please update this:
&lt;pre&gt;
Server_tokens        off;  --&#062; server_tokens        off;
&lt;/pre&gt;
The &lt;code&gt;[S]erver&lt;/code&gt; must be lower case &lt;code&gt;[s]erver&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>Please update this:</p>
<pre>
Server_tokens        off;  --&gt; server_tokens        off;
</pre>
<p>The <code>[S]erver</code> must be lower case <code>[s]erver</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: EDUARDO PADRON NAVARRO		</title>
		<link>https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-1335738</link>

		<dc:creator><![CDATA[EDUARDO PADRON NAVARRO]]></dc:creator>
		<pubDate>Sun, 31 May 2020 02:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17853#comment-1335738</guid>

					<description><![CDATA[Hi,

Thanks for your post, highly appreciated.  Have an issue when running &lt;code&gt;nginx -t&lt;/code&gt; to validate the configuration and send me the next error message:
&lt;pre&gt;
nginx: [emerg] &quot;map&quot; directive is not allowed here in /etc/nginx/blockuseragents.rules:1
nginx: configuration file /etc/nginx/nginx.conf test failed
&lt;/pre&gt;
Any recommendations to jump this hurdle?  

Best Regards]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your post, highly appreciated.  Have an issue when running <code>nginx -t</code> to validate the configuration and send me the next error message:</p>
<pre>
nginx: [emerg] "map" directive is not allowed here in /etc/nginx/blockuseragents.rules:1
nginx: configuration file /etc/nginx/nginx.conf test failed
</pre>
<p>Any recommendations to jump this hurdle?  </p>
<p>Best Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zhoulujun		</title>
		<link>https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-1093629</link>

		<dc:creator><![CDATA[zhoulujun]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 08:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17853#comment-1093629</guid>

					<description><![CDATA[&lt;pre&gt;
if ($request_method !~ ^(GET&#124;HEAD&#124;POST)$) {
   return 444;
}
&lt;/pre&gt;
is it Nginx default config, right?

If not, where it&#039;s place to add?]]></description>
			<content:encoded><![CDATA[<pre>
if ($request_method !~ ^(GET|HEAD|POST)$) {
   return 444;
}
</pre>
<p>is it Nginx default config, right?</p>
<p>If not, where it&#8217;s place to add?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: woody		</title>
		<link>https://www.tecmint.com/nginx-web-server-security-hardening-and-performance-tips/comment-page-1/#comment-800605</link>

		<dc:creator><![CDATA[woody]]></dc:creator>
		<pubDate>Tue, 19 Jul 2016 15:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17853#comment-800605</guid>

					<description><![CDATA[anyone know how to create rewrite rules below from apache to nginx?

RewriteEngine On
RewriteRule ^([^\.]+)/([^\.]+)/?$ index.php?route=$1&#038;sub=$2 [QSA,NC,L]
RewriteRule ^([^\.]+)/?$ index.php?route=$1 [QSA,NC,L]]]></description>
			<content:encoded><![CDATA[<p>anyone know how to create rewrite rules below from apache to nginx?</p>
<p>RewriteEngine On<br />
RewriteRule ^([^\.]+)/([^\.]+)/?$ index.php?route=$1&amp;sub=$2 [QSA,NC,L]<br />
RewriteRule ^([^\.]+)/?$ index.php?route=$1 [QSA,NC,L]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
