ihatemoney/conf/supervisord.conf
0livd f5e9a6c056 Update conf files to use the new wsgi module
Apache and gunicorn now use the same entrypoint
2017-06-27 18:29:57 +02:00

7 lines
219 B
Text

[program:budget]
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
autorestart=true
redirect_stderr=True