Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dot files in ngx_http_autoindex_module
On Fri, 26 Aug 2005, Igor Sysoev wrote:
IS> > А это так и задумано, что по-умолчанию ngx_http_autoindex_module
IS> > показывает файлы,
IS> > типа .htaccess и это в нем не отключаемо?
IS>
IS> Да, не отключаемо. Нужно будет сделать настраеваемым или вообще убрать.
IS> Вот такой фикс вылесит это дело:
IS>
IS> - if (len == 1 && ngx_de_name(&dir)[0] == '.') {
IS> + if (ngx_de_name(&dir)[0] == '.') {
IS> continue;
IS> }
А не
if (ngx_de_name(&dir)[0] == '.' && (len != 2 || ngx_de_name(&dir)[1] != '.') {
?
А то parent вылетит.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@xxxxxxxx ***
------------------------------------------------------------------------
|