<div dir="ltr">I experience an issue on missing some part of the page (Long page) on passing proxy requests. Please help me to solve this. Thank You. My configuration file is as follow.<div><div>server {</div><div><span class="" style="white-space:pre"> </span>root /usr/share/nginx/www;</div>
<div><span class="" style="white-space:pre">    </span>index index.html index.htm;</div><div><span class="" style="white-space:pre">        </span>server_name localhost;</div><div><span class="" style="white-space:pre">     </span>location / {</div>
<div><span class="" style="white-space:pre">            </span>proxy_pass         <a href="https://127.0.0.1:3000/">https://127.0.0.1:3000/</a>;</div><div><span class="" style="white-space:pre">    </span>}</div><div><span class="" style="white-space:pre">  </span>location /doc {</div>
<div><span class="" style="white-space:pre">            </span>root /var/www;</div><div><span class="" style="white-space:pre">             </span>autoindex on;</div><div><span class="" style="white-space:pre">              </span>allow 127.0.0.1;</div><div>
<span class="" style="white-space:pre">               </span>deny all;</div><div><span class="" style="white-space:pre">  </span>}</div><div><span class="" style="white-space:pre">  </span>location /images {</div><div><span class="" style="white-space:pre">         </span>root /usr/share;</div>
<div><span class="" style="white-space:pre">            </span>autoindex off;</div><div><span class="" style="white-space:pre">     </span>}</div><div>}</div><div><div>server {</div><div><span class="" style="white-space:pre">        </span>listen 443 default_server;</div>
<div><span class="" style="white-space:pre">    </span>server_name <a href="http://chamithlkml.com">chamithlkml.com</a>;</div><div><span class="" style="white-space:pre">    </span>ssl on;</div><div><span class="" style="white-space:pre">    </span>ssl_certificate /etc/nginx/server.crt;</div>
<div><span class="" style="white-space:pre">    </span>ssl_certificate_key /etc/nginx/server.key;</div><div><span class="" style="white-space:pre"> </span>ssl_session_cache shared:SSL:10m;  </div><div>ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;<br>
</div><div><br></div><div><span class="" style="white-space:pre">       </span>location / {</div><div>        <span class="" style="white-space:pre">       </span>proxy_pass <a href="https://127.0.0.1:3000/">https://127.0.0.1:3000/</a>;</div>
<div><span class="" style="white-space:pre">            </span>proxy_set_header Host $host;  </div><div><span class="" style="white-space:pre">     </span>        proxy_redirect http:// https://;</div><div><span class="" style="white-space:pre">   </span>}</div>
<div>}</div></div><div><br></div><div><br></div><div><br></div><div><br></div>-- <br><span style="border-collapse:collapse"><div style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><span style="border-collapse:collapse;font-family:'trebuchet ms',sans-serif;font-size:12px"><br>
</span></div><div style="color:rgb(102,102,102);font-family:arial,sans-serif;font-size:13px"><span style="border-collapse:collapse;font-family:'trebuchet ms',sans-serif;font-size:12px">Chamith Jayaweera</span></div>
<font style="color:rgb(102,102,102)" face="'trebuchet ms', sans-serif">Software Engineer,<br>Cyber LMJ.<br></font><div><span style="border-collapse:collapse"><div style="color:rgb(102,102,102);font-family:arial,sans-serif;font-size:13px">
<span style="font-size:12px"><font face="'trebuchet ms', sans-serif">Mobile (+94)77 299 9492</font></span></div><font color="#888888" face="'trebuchet ms', sans-serif"><span style="font-size:12px"><br></span></font></span></div>
</span>
</div></div>