Jenkins reverse proxy on single domain with multiple apps
    kefiras@gmail.com 
    nginx-forum at forum.nginx.org
       
    Mon Feb 26 16:09:49 UTC 2018
    
    
  
Thanks for help on this. I've fixed it by moving jenkins application to
/jenkins path on the application server. Now it's much simpler and it
appears it's working without hiccups
 location /jenkins {
        proxy_pass http://jenkins:8080;
        proxy_redirect http://jenkins:8080/ http://nginx/;
}
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278748,278776#msg-278776
    
    
More information about the nginx
mailing list