diff --git a/etc/gunicorn.conf b/etc/gunicorn.conf index f8130e8b..573e6ed3 100644 --- a/etc/gunicorn.conf +++ b/etc/gunicorn.conf @@ -3,7 +3,7 @@ ; ===================== [program:gunicorn] -command=/home/ohc/.virtualenvs/elcid0621/bin/gunicorn elcid.wsgi -c %(here)s/gunicorn_conf.py +command=/home/ohc/.virtualenvs/elcid0622/bin/gunicorn elcid.wsgi -c %(here)s/gunicorn_conf.py directory=%(here)s/../ ;user=nobody numprocs=1