Hi,<div><br></div><div>I'm on Fedora 16 with nginx installed using yum.</div><div><br></div><div>1) /etc/nginx/conf.d    contains : default.conf  ssl.conf  virtual.conf</div><div>2) /etc/init.d/                contains : nginx  (to start,stop etc server)</div>


<div>3) /usr/share/nginx     contains the default html files.</div><div>4) /etc/nginx/nginx.conf contaings main config file which is calling default.conf</div><div><br></div><div>I am trying to understand how nginx will receive desired domain request and how it </div>


<div>will display the html pages.</div><div><br>For that I edited /etc/nginx/conf.d/default.conf and wrote <b>server_name test;</b></div><div>and then I restarted nginx server. </div><div><br></div><div>In browser when I type : test:80 , it shows webpage not available, instead of </div>


<div>showing nginx default test page.</div><div><br></div><div>Before moving to a real server I want to understand exactly how nginx gets request</div><div><div>from desired domain name (<a href="http://example.com" target="_blank">example.com</a>) and then shows the relevant data.</div>


<div><br></div><div>I have understood the concept of fetching files from proper folder as per the configuration file,</div><div>but not able to set desired domain name as a test on localhost.</div><div><br></div><div>May anyone let me know what would be the correct configuration ? </div>


<div><br></div>-- <br><div>Thank You and Warm Regards,</div><div> <br>Chetan Arvind Patil,<br><a href="http://www.chetanpatil.info/" target="_blank">www.chetanpatil.info</a><br></div><div><br></div><div><br></div><br>
</div>