master
Nick Sergeant 2012-03-06 09:53:22 -05:00
parent 8836971f7a
commit 0efb01b340
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ debug = False # Some extra logging
logfile = ".gunicorn.log" # Name of the log file
loglevel = "info" # The level at which to log
pidfile = ".gunicorn.pid" # Path to a PID file
workers = 4 # Number of workers to initialize
workers = 8 # Number of workers to initialize
umask = 0 # Umask to set when daemonizing
user = None # Change process owner to user
group = None # Change process group to group