Merge pull request #2943 from vanschelven/docs-config-file

Docs: add link to configuration file
This commit is contained in:
Benoit Chesneau 2023-05-07 15:40:29 +02:00 committed by GitHub
commit db363bc863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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``.