mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-09 13:34:41 +00:00
11 lines
328 B
Text
11 lines
328 B
Text
[group:%(proj_name)s]
|
|
programs=gunicorn_%(proj_name)s
|
|
|
|
[program:gunicorn_%(proj_name)s]
|
|
command=%(venv_path)s/bin/gunicorn_django -c gunicorn.conf.py -p gunicorn.pid
|
|
directory=%(proj_path)s
|
|
user=%(user)s
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=true
|
|
environment=LANG="%(locale)s",LC_ALL="%(locale)s",LC_LANG="%(locale)s"
|