I am sorry that my mail was so confusing.<br>I did not checked the pages correctly. The problem is only on <span class="q"></span><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://wiki.codemongers.com/NginxDjangoFastCGI" target="_blank">
http://wiki.codemongers.com/NginxDjangoFastCGI</a> .<br>The *jpeg* is result of copping from Wiki in highlighting mode.<br><br><br><br><div><span class="gmail_quote">On 10/23/07, <b class="gmail_sendername">Igor Sysoev</b>
 &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, Oct 23, 2007 at 02:05:27PM +0200, Martin Minka wrote:
<br><br>&gt; There are two types of examples on wiki about how to catch/serve static<br>&gt; files.<br>&gt; The example A is not working correctly for names ending with the extension.<br>&gt; I used the example A and added *.tar files as static (location ~*
<br>&gt; ^.+\.(jpg|*jpeg*|gif|tar)$). I experienced troubles with<br>&gt; &quot;<a href="http://server.com/katar">http://server.com/katar</a>&quot;. It was processed like static file<br><br>The &quot;\.(jpg|jpeg|gif|tar)$&quot; should not match &quot;/katar&quot;.
<br><br>&gt; A)<br>&gt; location ~* ^.+\.(jpg|*jpeg*|gif)$ {<br>&gt; is used in:<br>&gt; <a href="http://wiki.codemongers.com/NginxFullExample2">http://wiki.codemongers.com/NginxFullExample2</a><br>&gt; <a href="http://wiki.codemongers.com/NginxRuExample">
http://wiki.codemongers.com/NginxRuExample</a><br>&gt; <a href="http://wiki.codemongers.com/NginxDjangoFastCGI">http://wiki.codemongers.com/NginxDjangoFastCGI</a><br><br>As I understand the only NginxDjangoFastCGI is incorrect:
<br><br>-&nbsp;&nbsp;&nbsp;&nbsp;location ~* ^.+.(html|...<br>+&nbsp;&nbsp;&nbsp;&nbsp;location ~* ^.+\.(html|...<br><br>&gt; B)<br>&gt; location ~* \.(gif|jpg|*jpeg*)$ {<br>&gt; is used in core module documentation<br>&gt;<br>&gt;<br>&gt; do you agree to change examples A ?
<br><br>Where do you see &quot;*jpeg*&quot; ?<br><br>&gt; is there a way to use mime type to catch static content ?<br><br>No.<br><br><br>--<br>Igor Sysoev<br><a href="http://sysoev.ru/en/">http://sysoev.ru/en/</a><br><br>
</blockquote></div><br>