Jenkins reverse proxy on single domain with multiple apps
kefiras@gmail.com
nginx-forum at forum.nginx.org
Mon Feb 26 15:03:20 UTC 2018
The setup is a simple set of docker containers.
a 'localhost' is a docker container with nginx acting as a reverse proxy
it has defined /jenkins location to reverse proxy connection to jenkins
container which exposes the java app at port 8080 so:
location /jenkins {
proxy_pass http://jenkins:8080;
}
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278748,278771#msg-278771
More information about the nginx
mailing list