Re: autoindex on не отдает листинг директорий

vyacheslav.slinko nginx-forum на nginx.us
Ср Дек 8 13:24:35 MSK 2010


[code]
location /tech {
    root /var/www;
    autoindex on;
}
[/code]

[code]
location /tech {
    alias /var/www/tech;
    autoindex on;
}
[/code]

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,156330,156705#msg-156705




Подробная информация о списке рассылки nginx-ru