Ubuntu Ubuntu Ubuntu 12.04 (trusty) or later contains Gunicorn package by default so that you can install it in the usual way: $ sudo apt - get update $ sudo apt - get in...
Command Line Command Line If an option is specified on the command line, it overrides all other values that may have been specified in the app specific settings, or in the opti...
Settings Settings This is an exhaustive list of settings for Gunicorn. Some settings are only able to be set from a configuration file. The setting name is what should be used ...
Command Line Command Line If an option is specified on the command line, it overrides all other values that may have been specified in the app specific settings, or in the opti...
Process Naming proc_name default_proc_name Process Naming proc_name -n STRING, --name STRING None A base to use with setproctitle for process naming. This affects thin...
Reload the configuration Reload the configuration The HUP signal can be used to reload the Gunicorn configuration on the fly. 2013 - 06 - 29 06 : 26 : 55 [ 20682 ] [ IN...
Configuration File Configuration File The configuration file should be a valid Python source file with a python extension (e.g. gunicorn.conf.py). It only needs to be readable...
Settings Settings This is an exhaustive list of settings for Gunicorn. Some settings are only able to be set from a configuration file. The setting name is what should be used ...
Process Naming proc_name default_proc_name Process Naming proc_name -n STRING, --name STRING None A base to use with setproctitle for process naming. This affects thin...