Welcome! Log In Create A New Profile

Advanced

Re: the picture of in external site does not display in revers proxy

November 21, 2010 12:30AM
BTW: NGINX has compiled the http_referer_module.

thanks


On Sat, Nov 20, 2010 at 9:22 PM, quan nexthop <quan.nexthop@gmail.com>wrote:

> Hi all:
>
> I met a problem and do a google search and find nothing.
>
> 1. The topology is :
> 0) nginx actes as a reverse proxy for www.abc.com
> 1) www.abc.com/index.html, it is embedded a picture in the index.html;
> 2) The picture should get from att.ab.com/att.php?p.874.1578428.258.jpg..
> 3) Access www.abc.com/index.html, the only issue is that the picture
> does not display/
>
> 2. the configuration is as following:
> server {
> listen 80;
> server_name www.abc.com;
>
> location / {
> proxy_pass http://200.200.200.10;
> proxy_redirect off;
> proxy_buffering off;
> proxy_set_header Host $host;
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header X-Forwarded-For
> $proxy_add_x_forwarded_for;
> client_max_body_size 50m;
> client_body_buffer_size 256k;
> }
>
> 3. Anyone can give me some help?
>
> I am very appreciated your help.
> Thanks
>
> NextHop
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

the picture of in external site does not display in revers proxy

nexthop November 21, 2010 12:28AM

Re: the picture of in external site does not display in revers proxy

nexthop November 21, 2010 12:30AM

Re: the picture of in external site does not display in revers proxy

nexthop November 21, 2010 09:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 129
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready