Re: вопрос по autoindex

Igor Sysoev igor на sysoev.ru
Ср Июн 16 12:21:12 MSD 2010


On Wed, Jun 16, 2010 at 12:14:22PM +0400, Anton Kiryushkin wrote:

> Это я понимаю, но почему?

Похоже, что nginx работает с другим конфигом: должно быть что-то вроде:

test location: "/"
test location: ~ "/$"
using configuration ~ "/$"

Что показывает "nginx -t" ?

> 2010/6/16 bas <bas at it-core.org>:
> > 2010/6/16 Anton Kiryushkin <swood at fotofor.biz>
> >>
> >> Возвращаясь к проблеме.
> >> Начал экспериментировать на другом сервере.
> >> Конфиг следующий:
> >>
> >> server {
> >>        listen 192.168.77.1:80;
> >>        server_name local.ru;
> >>        error_log /var/log/nginx/local_nginx.error.log debug;
> >>        root /tmp ;
> >>
> >>        location ~ /$ {
> >>            allow 192.168.77.64;
> >>            deny all;
> >>            root /tmp/;
> >>            autoindex on;
> >>            autoindex_exact_size on;
> >>        }
> >>        location / {
> >>                autoindex  off;
> >>                root /tmp/;
> >>        }
> >>
> >>    }
> >>
> >> Обращаюсь как раз с 192.168.77.64 на 192.168.77.1 и получаю 403-ю
> >> ошибку. Ниже приаттачиваю отладочный лог.
> >> Подскажите пожалуйста в чем я не прав?
> >
> > Запрос попадает в второй локейшен.
> > http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#location
> > _______________________________________________
> > nginx-ru mailing list
> > nginx-ru at nginx.org
> > http://nginx.org/mailman/listinfo/nginx-ru
> >
> >
> 
> 
> 
> -- 
> Best regards,
> Anton Kiryushkin,
> _______________________________________________
> nginx-ru mailing list
> nginx-ru at nginx.org
> http://nginx.org/mailman/listinfo/nginx-ru

-- 
Игорь Сысоев
http://sysoev.ru



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