add a note about --check-config

This commit is contained in:
benoitc 2012-11-01 10:46:44 +01:00
parent 1505e29248
commit daa04fc931

View File

@ -20,6 +20,17 @@ Once again, in order of least to most authoritative:
2. Configuration File
3. Command Line
.. note::
To check your configuration when using the command line or the
configuration file you can run the following command::
$ gunicorn --check-config
It will also allows you to know if your applican can be launched.
Framework Settings
==================