diff options
Diffstat (limited to 'ihatemoney/conf-templates/gunicorn.conf.py.j2')
| -rw-r--r-- | ihatemoney/conf-templates/gunicorn.conf.py.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ihatemoney/conf-templates/gunicorn.conf.py.j2 b/ihatemoney/conf-templates/gunicorn.conf.py.j2 new file mode 100644 index 0000000..2c4492d --- /dev/null +++ b/ihatemoney/conf-templates/gunicorn.conf.py.j2 @@ -0,0 +1,8 @@ +backlog = 2048 +daemon = False +debug = True +workers = 3 +# log to stdout, +logfile = "-" # Is the default setting for gunicorn>=20 +loglevel = "info" +bind = "unix:/tmp/ihatemoney.gunicorn.sock" |
