Hi, 

I'm have following configuration. 
nginx 1.10.3 installed on ubuntu 16.04 

one upstream 


upstream backend { 
server app01.local.net:81; 
server app02.local.net:81; 
server app03.local.net:81; 
} 


one vhost that dose proxy_pass http://backend; 

i also have a old nginx setup that was done some time ago, on every request its 
add a header X-Backend:app01, depending on with backed the request is sent. 
i tried to reproduce the setup with no success, i checked all files but did not 
find any configuration that is setting X-Backend on the nginx side. 

can someone help me with this issue. 

Thanks. 

Vuko 

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to