ПРОЕКТЫ 


  АРХИВ 


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: location на сторонний ресур с...


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: location на сторонний ресур с...
  • From: Sergey Shepelev <temotor@xxxxxxxxx>
  • Date: Wed, 20 Apr 2011 14:25:50 +0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=iADVIiqzD5kLn30N7wjceo39wlmi1AebqBN0d13qiXU=; b=eQrI/P8jGPpfmrbP/8ohV0VE0tKnpT7Bpm1MbQbY8EBFxO2P7SertnOozPqCcwnU4a c57SgU+qtm+PIsex/gt+MhsaL+h5yHSbS7SDCcdmH9ireacaECuM8ncqO/rtFwSJfa/U qbsRKbVk9g+rKDLMcZYVsd8Brb18h9VmBj9hI=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=cz46DrFY5dcJgh25ZGp1SZwte43LXMhqYRmZItIwXTd3Kvhn71GoIjAwA7cGwRMLRB JUGr7jM5dJBb/SdGXrT+msareICHQA9jNQLyUsvtnVePt/RAp49baywHlFjDXYMoeYKP DyneYZ5xQ5h5Bw27WERUBZnhzkg0gAKpJB7hI=
  • In-reply-to: <201104201409.39213.JohnBat26@xxxxxxxxx>
  • References: <201104201123.52257.JohnBat26@xxxxxxxxx> <201104201409.39213.JohnBat26@xxxxxxxxx>

2011/4/20 Eugene Batogov <johnbat26@xxxxxxxxx>:
>    Nginx теперь стартует без dns сервера.
>  Но если есть dns сервер, то теперь фотки не работают.
>  Делал и так:
>
>  http {
>  resolver 127.0.0.1;
>
>  ....
>         location /portal-facade-picasa/ {
>         location ~ ^/portal-facade-picasa/(.+)$ {
>         proxy_pass http://picasaweb.google.com/$1?args;

$args. Это переменная. А вы гуглу неизменную строку ?args посылаете.

>         proxy_set_header  Host picasaweb.google.com;
>         add_header Content-Type application/x-javascript;
>         break;
>  }
>  }
>
>
>
>  и так:
>
>
>  http {
>  resolver 127.0.0.1;
>
>  ....
>         location /portal-facade-picasa/ {
>         location ~ ^/portal-facade-picasa/(.+)$ {
>         proxy_pass http://picasaweb.google.com/$1?args;
>
>  }
>  }
>
> --
> Best Regards, Eugene Batogov
>
> --
> Best Regards, Eugene Batogov
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru
>
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.