1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/conf/gunicorn.conf.py
2011-03-10 17:32:53 +00:00

7 lines
220 B
Python

backlog = 2048
daemon = False
debug = True
workers = 3
logfile = "/usr/local/www/notmyidea.org/fractals/fractals.gunicorn.log"
loglevel = "info"
bind = "unix:/usr/local/www/notmyidea.org/fractals/fractals.gunicorn.sock"