ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

random_index


  • To: nginx-ru@xxxxxxxxx
  • Subject: random_index
  • From: ola <ola_nk@xxxxxxx>
  • Date: Thu, 3 Nov 2011 19:28:05 +0300
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:To:Message-ID:Reply-To:From:Date; bh=d1wRNjZgu1Y1t0V0oc6WKX8RJb+tQUtvP5L5w8uPcO8=; b=GJdzagtYvivRNO8cBMSbb6aAlAOQKw8PSSLm7BRnMTGhrDQ/3Wnc7vf6tP6xt6xuWaD0RlC4kLcEJYSmw/DDk0xHM6foPEIpFeNLHmzEeK/AL/hDA+8FOxyMeMJtRdOD;

Здравствуйте, Nginx-ru.

Помогите, пожалуйста, разобраться с random_index.

server {
    listen      127.0.0.1:80;
    server_name localhost;
    error_log   logs/error.log debug;

    location / {
        root   /common/example.org/www;
        index  index.html;
    }

    location ~ ^/banner(\d+)/$ {
        alias /common/example.org/adv/$1/;
        random_index on;
    }
}

При  запросе  /banner2/ получается 404-я ошибка, nginx пытается отдать
файл /common/example.org/www/banner2/1.html

Если  использовать  location ~ ^/banner(\d+)/ {} (без завершающего $),
то  nginx  делает  10 внутренних редиректов и "Redirection limit of 10
URL's reached"

-- 
С уважением, Ольга Н.

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.