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
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