This solution would really help .
Thanks a lot for the info .. :)
Regards
Shobhit Mishra
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,250307,250341#msg-250341
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listin
On Friday 23 May 2014 08:41:09 Shobhit Mishra wrote:
[..]
> Does nginx honor TTL for the FQDN in the upstream block as well ??
>
> As per my understanding nginx resolves FQDN in upstream blocks only during
> configuration parsing ..
>
> Please suggest on this.
Look at the "resolve" parameter:
ht
Thanks Ruslan for the reply ..
I have another query regarding this ..
I am planning to use more than one backend servers for supporting Load
balancing.
I would be using an upstream block for the same.
My default configuration is as below :
upstream us1
{
server sbc.example1.com:443 ;
server
On Fri, May 23, 2014 at 07:39:36AM -0400, Shobhit Mishra wrote:
> Hi
>
> I am using nginx as reverse proxy with FQDN for the backend server .
>
> My configuration for the location block looks like this :-
>
> location / {
>
> set $ustreamsbc sbc.example.com ;
> proxy_pass HTTPS://$ustrea
Hi
I am using nginx as reverse proxy with FQDN for the backend server .
My configuration for the location block looks like this :-
location / {
set $ustreamsbc sbc.example.com ;
proxy_pass HTTPS://$ustreamsbc ;
proxy_next_upstream error timeout invalid_header http_500