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
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