mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
update the path to the app for all conf files
This commit is contained in:
parent
044ccd2d47
commit
83a59fba10
2 changed files with 5 additions and 5 deletions
|
@ -2,6 +2,6 @@ backlog = 2048
|
|||
daemon = False
|
||||
debug = True
|
||||
workers = 3
|
||||
logfile = "/usr/local/www/notmyidea.org/fractals/fractals.gunicorn.log"
|
||||
logfile = "/path/to/your/app/budget.gunicorn.log"
|
||||
loglevel = "info"
|
||||
bind = "unix:/usr/local/www/notmyidea.org/fractals/fractals.gunicorn.sock"
|
||||
bind = "unix:/path/to/your/app/budget.gunicorn.sock"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[program:fractals]
|
||||
command=/usr/local/www/notmyidea.org/fractals/venv/bin/gunicorn -c /usr/local/www/notmyidea.org/fractals/gunicorn.conf.py budget:app
|
||||
directory=/usr/local/www/notmyidea.org/fractals/budget/
|
||||
[program:budget]
|
||||
command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py budget:app
|
||||
directory=/path/to/your/app/budget/
|
||||
user=www
|
||||
autostart=true
|
||||
autorestart=true
|
||||
|
|
Loading…
Reference in a new issue