aboutsummaryrefslogtreecommitdiff
path: root/conf/gunicorn.conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf/gunicorn.conf.py')
-rw-r--r--conf/gunicorn.conf.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/gunicorn.conf.py b/conf/gunicorn.conf.py
deleted file mode 100644
index 017a670..0000000
--- a/conf/gunicorn.conf.py
+++ /dev/null
@@ -1,7 +0,0 @@
-backlog = 2048
-daemon = False
-debug = True
-workers = 3
-logfile = "/path/to/your/app/ihatemoney.gunicorn.log"
-loglevel = "info"
-bind = "unix:/path/to/your/app/ihatemoney.gunicorn.sock"