Welcome! Log In Create A New Profile

Advanced

Proxy Pass

Sathish Kumar
May 23, 2019 08:36AM
Hi Team,

Currently, we are using the below config to route the requests from one
server to another backend server.

Server1

location /abc {
proxy_pass https://1.1.1.1/abc;
}

Server 2 (1.1.1.1)

location /abc {
proxy_pass http://127.0.0.1:1111/abc;
}

Instead of IP address, if we use FQDN with https, do we have to validate
the SSL certificate on Proxy_Pass?.

Due to IP address, multiple sites on the server Nginx access log logging
the same requests.

Is the above Nginx config, correct way of doing it?.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Proxy Pass

Sathish Kumar May 23, 2019 08:36AM

RE: Proxy Pass

Reinis Rozitis May 23, 2019 11:00AM

Re: Proxy Pass

Sathish Kumar May 23, 2019 07:36PM

Re: Proxy Pass

Sathish Kumar May 23, 2019 08:06PM

Re: Proxy Pass

Sathish Kumar May 23, 2019 08:08PM

Re: Proxy Pass

Sathish Kumar May 23, 2019 09:26PM

Re: Proxy Pass

Francis Daly May 24, 2019 08:44AM

Re: Proxy Pass

Sathish Kumar May 24, 2019 08:56AM

Re: Proxy Pass

Francis Daly May 24, 2019 06:12PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 298
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