Proxy_pass with decode_base64 result
Jugurtha
nginx-forum at nginx.us
Fri Nov 29 12:00:56 UTC 2013
Hi and thank you for your help Francis ;)
I had already tested the IP resolver with Google DNS, but I just realized
that the firewall of the company blocked the DNS traffic !!! Also, my server
has a DNS entry (/etc/resolv.conf) so I do not understand why I had to add
this tag in nginx.
Anyway, with this 2 lines, everything is OK now :
resolver 172.16.42.60; (Our DNS)
proxy_set_header X-Forwarded-Host $host;
Again thank you for your help and for the work you do on this board.
Ps: sorry for my bad english ;)
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244811,245068#msg-245068
More information about the nginx
mailing list