<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span class="" style="font-size: 15px;">Hi All,</span><div class=""><span class="" style="font-size: 15px;">I am running version version 1.20 on FreeBSD. I am trying to set up nginx as a reverse proxy for a backend server sitting on Windows 2012. When I try to load the site through nginx, I don’t get any images back. On the windows server, everything the site needs is under the <b class="">central</b> folder. The images are in <b class="">central/images.</b></span></div><div class=""><b class="" style="font-size: 15px;"><br class=""></b></div><div class=""><b class="" style="font-size: 15px;">Here is my relevant nginx config:</b></div><div class=""><b class="" style="font-size: 15px;"><br class=""></b></div><div class=""><span class="" style="font-size: 15px;">upstream server1 {</span></div><div class=""><span class="" style="font-size: 15px;">     server 192.168.1.20:80;</span></div><div class=""><span class="" style="font-size: 15px;">   }</span></div><div class=""><b class=""><br class=""></b></div><div class=""><b class=""><br class=""></b></div><div class="" style="margin: 0in; font-size: 11pt;"><span class="" style="font-family: Calibri;">    </span> location /central/ {</div><div class="" style="margin: 0in; font-size: 11pt;">             proxy_buffering on;</div><div class="" style="margin: 0in; font-size: 11pt;">             proxy_pass <a href="http://server1/central/" class="">http://server1/central/</a>;</div><div class="" style="margin: 0in; font-size: 11pt;">             server_tokens off;</div><div class="" style="margin: 0in; font-size: 11pt;">             add_header X-Frame-Options SAMEORIGIN;</div><div class="" style="margin: 0in; font-size: 11pt;">             add_header X-Content-Type-Options nosniff;</div><div class="" style="margin: 0in; font-size: 11pt;">             add_header X-XSS-Protection "1; mode=block";</div><div class="" style="margin: 0in; font-size: 11pt;">             proxy_buffers 16 256k;</div><div class="" style="margin: 0in; font-size: 11pt;">             proxy_buffer_size 256k;</div><div class="" style="margin: 0in; font-size: 11pt;">           }</div><div class=""><b class=""> </b></div><div class=""><span class="" style="font-size: 15px;">Could anyone please help me to understand why the images don’t load.</span></div></body></html>