Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Как понимать термин URI в документации?
- To: nginx-ru <nginx-ru@xxxxxxxxx>
- Subject: Re: Как понимать термин URI в документации?
- From: Sergey Shepelev <temotor@xxxxxxxxx>
- Date: Sun, 10 Jan 2010 04:25:53 +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=oOMDJChk0y9EaDo0o/JMy8LzU+VK0ONdTveRDlnfY9o=; b=m9yzSRTEyE6wqnJ7M2f55HCTkz2/L32Q18KNf8liqAb9LS7sUWXcFzZtIrvqAU6DOL twK/ke7HJG/sUmOdb3gniE/2q01Yp6q7K9TDemAWE8GgMH9TRNKOENtI3TSVFlmkGs9P Znq72Llh2ihHBMiXU4qmnhdoHDRJkNcCMYMBs=
- 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=P6qWGvYaCqFvOgVInor7PKR+c7xppmrR2hhw+zwTp7xaDMlg1miMg0fGBebzb7Gotq EyVkppYr2lwQnqwMrI8ji1j5z/e01wq5bdNwVTMMKpt0m5rDkotL584MSdIa4/zhqpgt KNfKhh4ZTWd/oFwaLdO3n9Faou8dEq4IERrJg=
- In-reply-to: <4B490F85.3070601@xxxxxxxxx>
- References: <4B48EB2B.8020102@xxxxxxxxx> <4B48EC37.1070006@xxxxxxxxx> <8b6ed1541001091323j46ac4e65q78bbce3d5c1c87a0@xxxxxxxxxxxxxx> <4B490E1D.3030701@xxxxxxxxx> <4B490F85.3070601@xxxxxxxxx>
> В общем, вопрос - как сделать редирект http://www.mydomain.nl/foo?param =>
> http://mydomain.nl/foo?param
> ???
>
server {
server_name www.mydomain.nl;
rewrite ^ http://mydomain.nl$request_uri last;
}
P.S.: ах, если б люди всегда говорили, что им на самом деле нужно
всего-лишь со второго раза...
>
> _______________________________________________
> 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
|