Is it possible to use nginx as ordinal http/https proxy? (not reverse http proxy)
UPDATE: Yes, i know about squid/oops/tinyproxy/etc. Please do not answer if you dont know answer to question (or just for rating score).
|
|
|
After some expiriments, i've found working for me configuration.
This configuration works only for HTTP, not for HTTPS |
|||||
|
|
If you want to use an HTTP/HTTPS proxy, you should use Squid. It was written to do exactly that. Nginx was written to act as a reverse proxy and load balancer, but not a forward proxy. |
|||
|