Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
I would like to find a way to do what I do now at https://1eye.us but better. Many websites fail to work. For example https://bing.com/new On Sun, May 28, 2023 at 12:00 AM David Siembab wrote: > What does the project do for you and what would you like it do for you. > Share ideas > > On Sat, M

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread David Siembab
What does the project do for you and what would you like it do for you. Share ideas On Sat, May 27, 2023, 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand yo

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
Please look at the links. All those links are a live digital tunnel to each website. For instance, the client clicks on my https://14ymedio.1eye.us/ and I send it forward to https://14ymedio.com except that he is still inside my own domain, secure. It's live. So if the target domain is blocked via

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Francis Daly
On Sat, May 27, 2023 at 12:39:05AM -0400, Saint Michael wrote: Hi there, > 100% Nginx That looks like an ad for a donation button; but it doesn't immediately seem to say "here is how nginx is configured to access a remote web site through a proxy server". Or "here is how nginx is configured to

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Francis Daly
On Sat, May 27, 2023 at 09:51:10AM +0530, Miten Mehta wrote: Hi there, > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. "http through a proxy" uses a different form of requests from "http". nginx as a

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Francis Daly
On Fri, May 26, 2023 at 04:18:59PM +0530, Miten Mehta wrote: Hi there, > Thanks for guidance. If i enable direct internet access from reverse proxy > then can i just use proxy_pass $request_uri and have user format his url as > https://myreverseproxy.com/https://mypub/somepath. Here, $request_u