Welcome! Log In Create A New Profile

Advanced

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

October 16, 2015 09:46AM
I am trying to simplify my proxy_pass problem and eliminate port issues.

Shouldn't the following result in http://127.0.0.1/test1 passing to http://google.com ? It redirects back to 127.0.0.1


server {
listen *:80;

location /test1127.0.0.1/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_pass http://google.com;
}
}
Subject Author Posted

Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 15, 2015 05:42PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

Nurahmadie Nurahmadie October 15, 2015 05:56PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 15, 2015 05:59PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 16, 2015 09:46AM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 16, 2015 09:48AM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 16, 2015 11:00AM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

Nurahmadie Nurahmadie October 16, 2015 11:14AM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 16, 2015 11:56AM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 16, 2015 12:19PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

Nurahmadie Nurahmadie October 16, 2015 12:26PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

Nurahmadie Nurahmadie October 16, 2015 12:28PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

Francisco V. October 16, 2015 01:34PM

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

edofthemountain October 16, 2015 03:39PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 211
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready