mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 19:51:49 +02:00

* Turn the WSGI file into a python module * Update conf files to use the new wsgi module Apache and gunicorn now use the same entrypoint * Update Changelog
7 lines
219 B
Text
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
|