Merge branch 'master' of github.com:nicksergeant/snipt

master
Nick Sergeant 2012-09-18 19:23:24 -04:00
commit a79f5fae53
1 changed files with 12 additions and 0 deletions

12
gunicorn.conf.server.py Normal file
View File

@ -0,0 +1,12 @@
bind = "unix:/tmp/gunicorn.snipt.sock"
daemon = False # Whether work in the background
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 = 9 # 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
proc_name = "gunicorn-snipt" # Change the process name
tmp_upload_dir = None # Set path used to store temporary uploads