Re: Django Deploy - Some Questions regarding it

2012-01-30 Thread akaariai
I don't know much about nginx, but here are some pointers: First, this page seems good source of information: https://code.djangoproject.com/wiki/DjangoAndNginx Now, take note of the "location /site_media" directive in the above link. This is basically telling the server that when there is a requ

Django Deploy - Some Questions regarding it

2012-01-28 Thread Felipe Arruda
Hi there everyone, I'm trying to make my first deploy of a project, and encountered some problems. Here is the scenario: I read that to make uploaded files only accessible for the uploader(the user) was a better choice to use nginx(apparently more easy to configure). But after following a couple of