[no subject]

2021-11-06 Thread Neha16 0212
Tesa neha160212 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: Port restore problem of reverse proxy after login.

2021-11-06 Thread Reinis Rozitis
> The intranet website 10.8.10.220:2021 need login with specific username and password. After I open http://my.domain.xyz: and then do the login, the URL always changes to the following form: > http://my.domain.xyz:2021 > > This will cause subsequent operations to fail. Is there any way to con

Port restore problem of reverse proxy after login.

2021-11-06 Thread Hongyi Zhao
I've nginx installed on my Ubuntu based VPS with the domain name my.domain.xyz. A socks5 proxy listening on port 6001 of the VPS which can access the intranet website 10.8.10.220:2021. Now, I run socat as following on the VPS: $ socat -v -d -d TCP4-LISTEN:2021,fork,reuseaddr socks5:127.0.0.1:10.8.