<font color="#333399"><font>OK, thanks for the answer!</font></font><br clear="all"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font><br>


<br><br><div class="gmail_quote">On Wed, Feb 1, 2012 at 19:28, Max <span dir="ltr"><<a href="mailto:nginxyz@mail.ru">nginxyz@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
02 февраля 2012, 01:46 от "B.R." <<a href="mailto:reallfqq-nginx@yahoo.fr">reallfqq-nginx@yahoo.fr</a>>:<br>
<br>
> Since the location is based on the new /post_redirect/ folder, the indexing<br>
> page shows:<br>
> Index of /post_redirect/*******<br>
><br>
> It is unaesthetic to me, since I would like the original URI there. :o\<br>
> Any trick on that?<br>
<br>
</div>Sorry, I misunderstood your question. If you want autoindex to mask<br>
the directory name, you'll have to change the source code yourself:<br>
<br>
File src/http/modules/ngx_http_autoindex_module.c<br>
Function: ngx_http_autoindex_handler(ngx_http_request_t *r)<br>
Variable: dir<br>
<br>
You could extend the module to include a new command for<br>
such masking (autoindex_mask_dir "/dir_to_display/"), it shouldn't<br>
take more than 20 minutes to code.<br>
<div><div></div><div class="h5"><br>
Max<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a></div></div></blockquote></div><br>