Re: Nginx reverse proxy in front of corporate proxy

2021-06-04 Thread Maxim Dounin
Hello! On Fri, Jun 04, 2021 at 06:20:57AM -0400, Flinou wrote: > Hello! > > I did some research and couldn't find anything similar on the forum, sorry > if I'm wrong. > > I would like to setup something like : > > Client -> https://my-nginx.com -> http://corporate-proxy.com (corporate > proxy)

Nginx reverse proxy in front of corporate proxy

2021-06-04 Thread Flinou
Hello! I did some research and couldn't find anything similar on the forum, sorry if I'm wrong. I would like to setup something like : Client -> https://my-nginx.com -> http://corporate-proxy.com (corporate proxy) -> https://website.com (website to reach) Doing curl command like curl -v https: