<br><br><div class="gmail_quote">On Tue, Nov 30, 2010 at 3:40 AM, Igor Sysoev <span dir="ltr">&lt;<a href="mailto:igor@sysoev.ru">igor@sysoev.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Nov 30, 2010 at 12:39:17AM +0800, David Yu wrote:<br>
<br>
&gt; On Mon, Nov 29, 2010 at 11:36 PM, Igor Sysoev &lt;<a href="mailto:igor@sysoev.ru">igor@sysoev.ru</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Changes with nginx 0.9.0                                         29 Nov<br>
&gt; &gt; 2010<br>
&gt; &gt;<br>
&gt; &gt;    *) Feature: the &quot;keepalive_disable&quot; directive.<br>
&gt; &gt;<br>
&gt; &gt;    *) Feature: the &quot;map&quot; directive supports variables as value of a<br>
&gt; &gt;       defined variable.<br>
<br>
</div>map $one      $two {<br>
    default   $three;    # $three<br>
    1         $four;     # $four<br>
    ...<br>
<div class="im">}<br>
<br>
&gt; &gt;    *) Feature: the &quot;map&quot; directive supports empty strings as value of the<br>
&gt; &gt;       first parameter.<br>
<br>
</div>map $one      $two {<br>
    &quot;&quot;        none;     # &quot;&quot;<br>
    ...<br>
<div class="im">}<br>
<br>
&gt; &gt;    *) Feature: the &quot;map&quot; directive supports expressions as the first<br>
&gt; &gt;       parameter.<br>
<br>
</div>map &quot;$one$some&quot;  $two {<br>
    ...<br>
<div class="im">}<br></div></blockquote><div><br></div><div>Thanks! </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
<br>
&gt; Are there any examples using the new map features? (couldn&#39;t find it in<br>
&gt; <a href="http://wiki.nginx.org/HttpMapModule" target="_blank">http://wiki.nginx.org/HttpMapModule</a>).<br>
<br>
<br>
</div>--<br>
<div><div></div><div class="h5">Igor Sysoev<br>
<a href="http://sysoev.ru/en/" target="_blank">http://sysoev.ru/en/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>When the cat is away, the mouse is alone.<br>- David Yu<br>