Config File
config
-c CONFIG, --config CONFIG
None
The Gunicorn config file.
A string of the form PATH
, file:PATH
, or python:MODULE_NAME
.
Only has an effect when specified on the command line or as part of an application specific configuration.
Changed in version 19.4: Loading the config from a Python module requires the python:
prefix.