Skip to content

Commit

Permalink
Merge pull request #2943 from vanschelven/docs-config-file
Browse files Browse the repository at this point in the history
Docs: add link to configuration file
  • Loading branch information
benoitc committed May 7, 2023
2 parents 98653df + d04ddfd commit db363bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==================
Expand Down
2 changes: 1 addition & 1 deletion gunicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit db363bc

Please sign in to comment.