From de708ce3efec2ab70b6b77781957766ae47f9068 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 10 Mar 2011 17:32:53 +0000 Subject: reshape the folder structure. Add conf files --- conf/gunicorn.conf.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/gunicorn.conf.py (limited to 'conf/gunicorn.conf.py') 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" -- cgit v1.1