Displaying 1 result from an estimated 1 matches for "localmyapp".
2007 Jan 15
0
has anyone tried running nginx on their local machine?
...o copy the whole
configuration i have on my server to my local machine, to do some
disasterous tests and such; problem is...i can''t really seem to get it
on. some problem.
if i configure nginx for a couple of apps (i.e, copy the whole part that
starts from
server {
listen 80;
server_name localmyapp;
...
...
}
)
how am i supposed to reach it?
http://localmyapp/ doesn''t work - it goes straight to the internet to
find the site...how do i configure nginx so i can use it on my own local
machine / localhost ?
ps :> i''m running it w mongrel_rails cluster::configure -e devel...