<div dir="ltr"><div>Hi Geonode Developers,</div><div><br></div><div>I have installed Geonode 2.8 following this tutorial <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html">http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html</a>. <br></div><div><br></div><div>After installing, I checked many times the <a href="http://local_settings.py/settings.py">local_settings.py/settings.py</a> and apache2 directories permissions and I could not find any misconfiguration based on the tutorial, but I am facing a problem:</div><div><br></div><div>Geonode is running in <a href="http://localhost">http://localhost</a> and geoserver in <a href="http://localhost/geoserver">http://localhost/geoserver</a> and <a href="http://localhost:8080/geoserver">http://localhost:8080/geoserver</a>, but the thumbnails are created using port 8000 as in here:</div><div><br></div><div><a href="http://localhost:8000/uploaded/thumbs/layer-54f14a4c-5dd6-11e8-840e-0800277e2fd3-thumb.png">http://localhost:8000/uploaded/thumbs/layer-54f14a4c-5dd6-11e8-840e-0800277e2fd3-thumb.png</a></div><div><br></div><div>This way, I am unable to see the layers thumbnails, but if I change the URL to <br></div><div><br></div><div><a href="http://localhost/uploaded/thumbs/layer-54f14a4c-5dd6-11e8-840e-0800277e2fd3-thumb.png">http://localhost/uploaded/thumbs/layer-54f14a4c-5dd6-11e8-840e-0800277e2fd3-thumb.png</a></div><div><br></div><div>everything works fine. <br></div><div><br></div><div>This is my thumbnails config in settings.py:</div><div><br></div><div># Choose thumbnail generator -- this is the default generator<br>THUMBNAIL_GENERATOR = "geonode.layers.utils.create_gs_thumbnail_geonode"</div><div><br></div><div>I checked the settings.py and local_settings.py looking for port 8000 in any line, and I could not find it.</div><div><br></div><div>Could anyone help me to figure out why this is happening?</div><div><br></div><div>Thank you for your time and support in advance.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div></div>