Home > database >  How to build a proxy using Nginx?
How to build a proxy using Nginx?

Time:11-03

I was wondering if I could build a proxy using nginx. I only need the HTTPS traffic. Is it possible using nginx? If yes, how?

CodePudding user response:

Found the answer: I can use proxy_connect of ngx_http_proxy_connect_module

  • Related