Move the pid files inside the container so they don't conflict.

This commit is contained in:
jakedt 2014-04-17 12:29:23 -04:00
parent 91c1342ffb
commit 9e88414773
3 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@ bind = 'unix:/tmp/gunicorn.sock'
workers = 8
worker_class = 'gevent'
timeout = 2000
pidfile = '/mnt/logs/gunicorn.pid'
pidfile = '/tmp/gunicorn.pid'
errorlog = '/mnt/logs/application.log'
loglevel = 'debug'
logger_class = 'util.glogger.LogstashLogger'