From daa04fc931098f96f88db728e080c77bf649e1a7 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 1 Nov 2012 10:46:44 +0100 Subject: [PATCH] add a note about `--check-config` --- docs/source/configure.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 3d403520..d2d2418a 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -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 ==================