Proxy Pass

Sathish Kumar satcse88 at gmail.com
Thu May 23 12:33:51 UTC 2019


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?.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20190523/1704c346/attachment.html>


More information about the nginx mailing list