I have a simple nginx forward proxy, configured as: server { listen 8000; resolver 8.8.8.8; location / { proxy_pass http://$host; proxy_set_header Host $host; } } The client behind its isp firewall sends the request (per nginx log): GET http://www.clientisp.com/path/rewrite.do?url=http%3A%2F%2Fwww.example.com HTby eN_Joy - Nginx Mailing List - English
Hello all! I have configured a location that acts list a transparent proxying cache: location /get { set $hostx ""; set $addrs ""; if ( $uri ~ "^/get/http./+([^/]+)/(.+)$") { set $hostx $1; set $addrs $2; } resolver 8.8.8.8; proxy_sby eN_Joy - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |