add settings.POSTER_PRECEDENCE, update nginx setup

This commit is contained in:
j 2010-09-17 22:23:03 +02:00
commit 37ed99d029
3 changed files with 13 additions and 16 deletions

View file

@ -10,5 +10,5 @@ respawn
chdir /srv/pandora/pandora
exec /srv/pandora/bin/gunicorn_django -u pandora -g pandora -b 127.0.0.1:8083 -w5 settings.py
exec /srv/pandora/bin/gunicorn_django --daemon -u pandora -g pandora -b 127.0.0.1:8083 -w5 settings.py