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, 7 insertions, 0 deletions
diff --git a/conf/gunicorn.conf.py b/conf/gunicorn.conf.py
new file mode 100644
index 0000000..3bd1834
--- /dev/null
+++ b/conf/gunicorn.conf.py
@@ -0,0 +1,7 @@
+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"