Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Как красивее разделить P OST?
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Как красивее разделить P OST?
- From: Aleksandr Sytar <sytar.alex@xxxxxxxxx>
- Date: Wed, 13 Oct 2010 17:48:51 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=0NMqRoo29NtVuXP33aaOYcN4WQz9LITM/jqHdxWkT8M=; b=T+BLIEX+qFHdvGEGgiGWKbLoXQOC3MF1xdsVA7Q1QNprxwsN1kc9EoJTQq5h7UgsVW UTso9wmEwOeqCB/M9tbhROQIc5PiaUCxUFiOGkMdmdtplIcLkJey84EJ1RsCaZyI384Z xtF51pORX07bgzysy8ZmSl0LfVoEzELJ/xl/w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=p1OaVmyV4Sry/kdH916rJtTsL37v/8u37pHmi3FZejlz8+c4zI2gSTv9WK7F4zijRa 6pKfpC69kamaSAfF1SHQrmF0UiKIellZ+rARN1aJP5rFle+xKoo2w11uCpIt8i+gA3m/ 0iYjRwBULYfMbzKmNg1T9PvIBDp6+zkWrTZDQ=
- In-reply-to: <20101013162157.033eab34@asalnikov-laptop>
- References: <20101013162157.033eab34@asalnikov-laptop>
13 октября 2010 г. 16:21 пользователь Andrew Salnikov
<andrey.salnikov@xxxxxxx> написал:
>
> Здравствуйте,
> имеется конструкция :
>
> error_page 406 = @mylocation;
> if ($request_method = POST){
> return 406;
> }
> location @mylocation {
> proxy_pass http://10.10.10.10;
> }
>
> Понадобилось для определённого локейшна (например /forum/ )
> проксировать на другой бэкенд. Как бы мне разделить POST в разные
> локейшны на разные бэкенды. Спасибо.
Мб, переопределить в нем error_page?
--
Have a nice day
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|