<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>vpsBible Forums &#187; Topic: Guide to Hiding the Nginx Version header</title>
		<link>http://vpsbible.com/forums/topic/guide-to-hiding-the-nginx-version-header</link>
		<description>Setup Unmanaged VPS for Linux Noobs!</description>
		<language>en-US</language>
		<pubDate>Wed, 23 May 2012 02:44:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://vpsbible.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://vpsbible.com/forums/rss/topic/guide-to-hiding-the-nginx-version-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Guide to Hiding the Nginx Version header"</title>
			<link>http://vpsbible.com/forums/topic/guide-to-hiding-the-nginx-version-header#post-431</link>
			<pubDate>Thu, 08 Apr 2010 21:03:56 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">431@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Great tips osb - have removed the version number.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "Guide to Hiding the Nginx Version header"</title>
			<link>http://vpsbible.com/forums/topic/guide-to-hiding-the-nginx-version-header#post-191</link>
			<pubDate>Fri, 12 Mar 2010 00:11:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">191@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;If you want to completely remove the part that says &#34;nginx&#34; then you will need to edit the source code file called ngx_http_header_filter_module.c&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;vi /root/sources/nginx-0.7.62/src/http/ngx_http_header_filter_module.c (lines 48 and 49)

static char ngx_http_server_string[] = &#38;quot;Server: yourdomain.com&#38;quot; CRLF;
static char ngx_http_server_full_string[] = &#38;quot;Server: yourdomain.com&#38;quot; CRLF;&#60;/code&#62;&#60;/pre&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "Guide to Hiding the Nginx Version header"</title>
			<link>http://vpsbible.com/forums/topic/guide-to-hiding-the-nginx-version-header#post-190</link>
			<pubDate>Fri, 12 Mar 2010 00:09:23 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">190@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;If you followed guvnr's guide setting up nginx and would like to hide the version number, you will need to edit the nginx.conf file&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;vi /usr/local/nginx/conf/nginx.conf

add this:
server_tokens   off;

inside http{}&#60;/code&#62;&#60;/pre&#62;
</description>
		</item>

	</channel>
</rss>

