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