hey guys,<div><br></div><div>i think you need to edit the server tags in you nginx.conf file</div><div><br></div><div>For my understanding apache uses some .conf files to set up extra webpages --</div><div><br></div><div><pre style="padding:1em;border:1px dashed rgb(47,111,171);background-color:rgb(249,249,249);line-height:1.1em">

/etc/apache2/conf.d/zoneminder.conf  - thats for the webpage zoneminder</pre></div><div>I think they look like this </div><div><br></div><div><pre style="padding:0.667em 0.917em;margin-top:0px;margin-bottom:1.833em;background-color:rgb(238,238,238);border:1px solid rgb(221,221,221);overflow:auto;clear:both;font-family:Consolas,'Andale Mono',Monaco,Courier,'Courier New',Verdana,sans-serif;font-size:0.857em;line-height:1.5em;color:rgb(17,17,17)">

<VirtualHost *:80>
    ServerAdmin <a href="mailto:ramesh@thegeekstuff.com">ramesh@thegeekstuff.com</a>
    DocumentRoot "/usr/local/apache2/docs/thegeekstuff"
    ServerName <a href="http://thegeekstuff.com">thegeekstuff.com</a>
    ServerAlias <a href="http://www.thegeekstuff.com">www.thegeekstuff.com</a>
    ErrorLog "logs/thegeekstuff/error_log"
    CustomLog "logs/thegeekstuff/access_log" common
</VirtualHost></pre></div><div><br></div><div>In nginx that is in the nginx.conf file and should look something like this</div><div><br></div><div><div>    #server {</div><div>    #    listen       8000;</div><div>

    #    listen       somename:8080;</div><div>    #    server_name  somename  alias  another.alias;</div><div><br></div><div>    #    location / {</div><div>    #        root   html;</div><div>    #        index  index.html index.htm;</div>

<div>    #    }</div><div>    #}</div></div><div><br></div><div><br></div><div>Those are default setting but you just need to mod them to your needs, Now I will not comment on if you need passenger or other things like that</div>

<div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Oct 30, 2012 at 11:35 AM, Patrick Goupell <span dir="ltr"><<a href="mailto:patrick@upmerchants.com" target="_blank">patrick@upmerchants.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Linux News (<a href="http://www.lxer.com" target="_blank">www.lxer.com</a>) just put up a link to an article that should  fit you really well.<div class="HOEnZb">

<div class="h5"><br>
<br>
Patrick<br>
______________________________<u></u>_________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-<u></u>bin/mailman/listinfo/grlug</a><br>
</div></div></blockquote></div><br></div>