diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 0a8e7fe7..dc9ba62d 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -65,6 +65,7 @@ usual:: There is also a ``--version`` flag available to the command line scripts that isn't mentioned in the list of :ref:`settings `. +.. _configuration_file: Configuration File ================== diff --git a/gunicorn/config.py b/gunicorn/config.py index 2d7d8be6..f8938c7a 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -548,7 +548,7 @@ class ConfigFile(Setting): validator = validate_string default = "./gunicorn.conf.py" desc = """\ - The Gunicorn config file. + :ref:`The Gunicorn config file`. A string of the form ``PATH``, ``file:PATH``, or ``python:MODULE_NAME``.