<div dir="ltr">On Thu, Jul 25, 2013 at 10:53 AM, Jonathan Matthews <span dir="ltr"><<a href="mailto:contact@jpluscplusm.com" target="_blank">contact@jpluscplusm.com</a>></span> wrote: <div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">
</div><p dir="ltr">On my phone's browser, searching for that module name doesn't bring me anything useful I'm afraid. Are you just serving local files off disk?</p></blockquote><div>src/http/modules/ngx_http_static_module.c.  This is where the trailing-slash redirects originate.</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p dir="ltr"> </p>
<p dir="ltr">I bet you have redirects configured somewhere, or a backend is generating them ;-)</p>
<p dir="ltr">Please post your entire config.</p></blockquote><div style>I don't.  It happens with a minimal configuration.</div><div style><br></div><div style><div>events { }</div><div>http {<br></div><div>        server {</div>
<div>                listen 10000;</div><div>                root "data";</div><div>        }<br></div><div>}<br></div><div><br></div></div><div style>mkdir -p data/test/, and then accessing "<a href="http://localhost:10000/test">http://localhost:10000/test</a>" redirects to "<a href="http://localhost:10000/test/">http://localhost:10000/test/</a>".</div>
<div style><br></div></div>-- <br>Glenn Maynard<br><br>
</div></div>