<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[歌声与微笑]]></title> 
<link>http://www.gsywx.com/index.php</link> 
<description><![CDATA[歌声与微笑]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[歌声与微笑]]></copyright>
<item>
<link>http://www.gsywx.com/read.php/.htm</link>
<title><![CDATA[Nginx 目录访问末尾自动加斜线 /]]></title> 
<author>admin &lt;admin@gsywx.com&gt;</author>
<category><![CDATA[电脑类]]></category>
<pubDate>Thu, 03 Jun 2010 11:56:00 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	默认配置当你访问http://www.gsywx.com/dir 时不会加”/”<br/><br/>常见做法 if (-d $request_filename)&#123;<br/>rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent;<br/>&#125;更佳的替代方法<br/><br/>optimize_server_names off;＃优化服务器名称：关<br/>server_name_in_redirect off;＃服务器名称重定向：关<br/><br/>http://wiki.codemongers.com/NginxHttpCoreModule#optimize_server_names<br/><br/>Tags - <a href="http://www.gsywx.com/go.php/tags/nginx/" rel="tag">nginx</a>
]]>
</description>
</item><item>
<link>http://www.gsywx.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] Nginx 目录访问末尾自动加斜线 /]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>