Docs: add link to configuration file

See #2136 (not a full solution, but at least one more path
to understanding added)
This commit is contained in:
Klaas van Schelven 2023-02-08 12:04:53 +01:00
parent 792edf6d9a
commit d04ddfd117
2 changed files with 2 additions and 1 deletions

View File

@ -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 <settings>`.
.. _configuration_file:
Configuration File
==================

View File

@ -548,7 +548,7 @@ class ConfigFile(Setting):
validator = validate_string
default = "./gunicorn.conf.py"
desc = """\
The Gunicorn config file.
:ref:`The Gunicorn config file<configuration_file>`.
A string of the form ``PATH``, ``file:PATH``, or ``python:MODULE_NAME``.