Re: config issue

2014-01-09 Thread Francis Daly
On Thu, Jan 09, 2014 at 07:03:49PM +, Matthew Ngaha wrote: Hi there, > Im trying to set up nginx with django. This is the instruction given: > > Symlink to this file from /etc/nginx/sites-enabled so nginx can see it: That instruction assumes that the nginx config file that is being used alr

config issue

2014-01-09 Thread Matthew Ngaha
Im trying to set up nginx with django. This is the instruction given: Symlink to this file from /etc/nginx/sites-enabled so nginx can see it: sudo ln -s ~/path/to/your/mysite/mysite_nginx.conf /etc/nginx/sites-enabled/ The problem is this folder doesn't exist: /etc/nginx/sites-enabled/ my