Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Проблема с кастомными sent http заголовками
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Проблема с кастомными sent http заголовками
- From: "kermit32dll" <nginx-forum@xxxxxxxx>
- Date: Fri, 12 Oct 2012 06:49:29 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tigger.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=oNjYMkIQe+s+/Qpx8Ul8NL7fSiC8gH++Cfs/fgegGuM=; b=KDN4dw0hiwzSRaTJ+qayem6Ah6INytcRPmS2IdrmCvdK7W86yOOMUOFcmhM1dzXnNF4LiDy/MSmUGFz0DcrpKIftZmtqMqekhAhaKI13FkCPMB78+ujYz8g54VSfuOy+;
- In-reply-to: <5077F26E.4010001@citrin.ru>
- References: <5077F26E.4010001@citrin.ru>
Спасибо за подсказуку, но тесты показали:
Работает:
more_set_headers 'DEBUG: $upstream_http_sc';
Не работает:
set $t $upstream_http_sc;
more_set_headers 'DEBUG: $t';
Если сразу же обратиться к $upstream_http_sc в if, то тоже не работает:
if ($upstream_http_sc = 1) {
more_set_headers 'DEBUG: Found SC header!';
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,231706,231708#msg-231708
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|