I am looking for a way to redirect all the trafic from my FireFox browser to a HTTP/HTTPS proxy server. Is it possible to configure Nginx as a proxy that I specify in the browser proxy settings?
Asked
Active
Viewed 70 times
1
-
This requires [a forward proxy](https://stackoverflow.com/questions/224664/difference-between-proxy-server-and-reverse-proxy-server). `nginx` would not be a good choice. – Richard Smith Jan 05 '18 at 10:01
-
what software can be used on Ubuntu Linux? – Dmitriano Jan 05 '18 at 10:04
-
Last time I looked, [Squid](https://en.wikipedia.org/wiki/Squid_(software)) was the popular solution. – Richard Smith Jan 05 '18 at 10:09