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 optional configuration file. Not all Gunicorn settings are available to be set from the command line. To see the full list of command line settings you can do the usual:

  1. $ gunicorn -h

There is also a --version flag available to the command line scripts that isn’t mentioned in the list of settings.