ПРОЕКТЫ 


  АРХИВ 


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]

Re: Кэширование: зацикливае тся на 301 при получении с татических картинок


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: Кэширование: зацикливае тся на 301 при получении с татических картинок
  • From: squirl <andriy.tovstik@xxxxxxxxx>
  • Date: Sat, 16 Jan 2010 22:12:44 +0200
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=fGEavzy0m9Cauh9+TEhK6nb8BOJme5B1R3A0eILyxko=; b=ERNliMVJvau8SNy74VXfdoP00IOO4mZo7Tv1oWfnhG28n8InRwpNReYRH8CANW9fGI WMTNXN2aPxQwPzPE66PyZfJEyrdXPgGBiA3U4KDdxZjdfiAJ8AMIH/r7MzvyOT/DfvmS I5D4IaYzrc9LrYj7UsljYnoXiM8at6y27zyTY=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=Qf7ujHAbvUUQwbABelOXtPG58kob/pLOc4N/SKajpKXPRr6A371OEWSeytLqdkoOAf y5S+qFxJ1+wMPzqZR/1dIAhKM9h4JnuDDROV6Wwhn4ZYu4PIMnMDfnSsNV4t8e/zLvua Zi5HZszfIYjp0f9VG979W3SjbfwtO8IueQd14=
  • In-reply-to: <d8f4989c1001160930p3c6fbb6dse88ec8be32077a76@xxxxxxxxxxxxxx>
  • References: <F4FF254B-C1B6-4289-9F25-56A708A558FB@xxxxxxxxx> <d8f4989c1001160930p3c6fbb6dse88ec8be32077a76@xxxxxxxxxxxxxx>

это upstream, где прописан IP бэкенда.

upstream rtkorr_com {
    server 10.1.1.1:80;
}

вырезая лишнее, случайно вырезал и его.

16 янв. 2010, в 19:30, Dmitry Goryainov написал(а):

> 2010/1/16 squirl <andriy.tovstik@xxxxxxxxx>:
>> 
>>            location ~* \.(gif|jpg|jpeg)$  {
>>                access_log /home/nginx/log/rtkorr.com-img.access.log;
>>                error_log /home/nginx/log/rtkorr.com-img.error.log;
>>                proxy_cache mycache;
>>                proxy_cache_valid  200 301 304 302 15m;
>>                proxy_pass http://rtkorr_com;
>>                error_page 404 502 503 504 = @fallback;
>>            }
>> 
> 
> Скажите, а куда проксируете, что такое proxy_pass http://rtkorr_com; ?
> Тут нет ошибки?
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru

---
WBR, Andriy Tovstik
UNIX System Administrator
Skype: andriy.tovstik
JabberID: squirl@xxxxxxxxxxxxxx
Nick-handle: SQ22-UANIC




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


 




Copyright © Lexa Software, 1996-2009.