ПРОЕКТЫ 


  АРХИВ 


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: rewrite + proxy pass = 404


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: rewrite + proxy pass = 404
  • From: Alexander Kochetov <kochetov.alexander@xxxxxxxxx>
  • Date: Mon, 8 Feb 2010 14:42:03 +0300
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=aoA6V4rIbUBGIwU7hk6JmJT2bm56MTSU/Leemmdl4Gc=; b=Efz6dQcQXE7MRehJecLMJd0H6eT/CHZ9LS9iRnK3EcBxdiKhW7GL5OqC3kvj3HtzXO 4a7Eh0oAvMVVr05dFK1gzMXje5XrijtwmmaG7U3gJPaoHhQ2SNP9Le+6T+qpHRDGknGv 5qtbVFEIMAwae4hvAUWnFBCfSHZpP5RMAOG1Q=
  • 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=djWabzioWnpM9ktTDirKOMJm60SJS23YOl6hUx62MbgwtdZ5vqHW5NiDyU15KyTLCu sMsPQF1oFlhA0H31f+yMyL8QTRwunroVqLzRqFl0tp1KkNzIfydUDcOhAFl+v7eVBmZ+ KkoiMam/xW3j4Pt/S/kUmJ7b1TIh+b8peFCJc=
  • In-reply-to: <6064db4f82056dcf65aaf3f4b88f0fec.NginxMailingListRussian@xxxxxxxxxxxxxxx>
  • References: <6064db4f82056dcf65aaf3f4b88f0fec.NginxMailingListRussian@xxxxxxxxxxxxxxx>

- rewrite ^/r/google(.*)$ $1;
+ rewrite ^/r/google(.*)$ $1 last;

--
Alexander Kochetov



8 февраля 2010 г. 14:34 пользователь softshape <nginx-forum@xxxxxxxx> написал:
> Всем привет,
>
> стоит задача сделать проксик для запросов к Гуглу через Javascript/AJAX. 
> Иначе говоря, запросы вида
>
> http://www.server.ru/r/google/search?hl=en&q=word
>
> - nginx должен проксировать в
>
> http://www.google.com/search?hl=en&q=word
>
> Для этого в конфиге пишем -
>
>                location /r/google {
>                        rewrite ^/r/google(.*)$ $1;
>                        proxy_pass http://www.google.com;
>                }
>
> Но вместо гуглового контента на 
> http://www.server.ru/r/google/search?hl=en&q=word мы получаем 404 Not Found
> nginx/0.8.17.
>
> Что сделано не так ???
>
> Posted at Nginx Forum: 
> http://forum.nginx.org/read.php?21,52045,52045#msg-52045
>
>
> _______________________________________________
> 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.