Re: nginx tips for localhost development

2013-04-22 Thread Ian M. Evans
On Mon, April 15, 2013 1:49 pm, Francis Daly wrote: > On the nginx side, there should be approximately nothing special to do. > > The nginx.conf that works on your production server can be put onto your > development server; "listen" directives which specify ip addresses may > need to be changed, a

Re: nginx tips for localhost development

2013-04-15 Thread Francis Daly
On Sun, Apr 14, 2013 at 10:50:15PM -0400, Ian M. Evans wrote: Hi there, > I've realized that it would probably be wise to develop locally by running > a localhost server in a linux VM on my laptop and desktop. > > Can anyone give me any tips (or point me to a tutorial/article) that would > show

Re: nginx tips for localhost development

2013-04-15 Thread mex
you might want to play with your /etc/hosts. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238368,238372#msg-238372 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx tips for localhost development

2013-04-14 Thread Ian M. Evans
As I'm about to launch some major additions to my site (and launch another site) I've been starting to get my act together in regards to development, e.g. finally starting to use git, getting ready for a responsive redesign, etc. I've realized that it would probably be wise to develop locally by r