<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi everybody,<br><br>I would like to understand better the importance of the two variables:<br><br>ALLOWED_HOST<br>and<br>PROXY_ALLOWED_HOST<br><br>which are now mandatory (?) in the config file 'local_setting.py' in the master version.<br>Currently I set up this two variables as stated in the documentation:<br><br>ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '::1']<br>PROXY_ALLOWED_HOSTS = ("127.0.0.1", 'localhost', '::1')<br><br>However I wonder if this is correct for my environment.<br>I'm working for deploying a geonode on my server and not in my localhost (desktop) as well as <br>any VM. I have a server with its own ip and hostname.<br><br>How should I use these two variables? What do they mean?<br><br>Thanks<br><br>Eugenio <br>                                      </div></body>
</html>