aboutsummaryrefslogtreecommitdiff
path: root/conf/supervisord.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/supervisord.conf')
-rw-r--r--conf/supervisord.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/supervisord.conf b/conf/supervisord.conf
index ec2d452..1b5dbbf 100644
--- a/conf/supervisord.conf
+++ b/conf/supervisord.conf
@@ -1,5 +1,5 @@
[program:budget]
-command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py run:app
+command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py wsgi:application
directory=/path/to/your/app/budget/
user=www
autostart=true