From 83a59fba10d92611c09be23be74124de1df36f54 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 10 Mar 2011 17:37:10 +0000 Subject: update the path to the app for all conf files --- conf/gunicorn.conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/gunicorn.conf.py') diff --git a/conf/gunicorn.conf.py b/conf/gunicorn.conf.py index 3bd1834..8412a10 100644 --- a/conf/gunicorn.conf.py +++ b/conf/gunicorn.conf.py @@ -2,6 +2,6 @@ backlog = 2048 daemon = False debug = True workers = 3 -logfile = "/usr/local/www/notmyidea.org/fractals/fractals.gunicorn.log" +logfile = "/path/to/your/app/budget.gunicorn.log" loglevel = "info" -bind = "unix:/usr/local/www/notmyidea.org/fractals/fractals.gunicorn.sock" +bind = "unix:/path/to/your/app/budget.gunicorn.sock" -- cgit v1.1