mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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:
parent
792edf6d9a
commit
d04ddfd117
@ -65,6 +65,7 @@ usual::
|
|||||||
There is also a ``--version`` flag available to the command line scripts that
|
There is also a ``--version`` flag available to the command line scripts that
|
||||||
isn't mentioned in the list of :ref:`settings <settings>`.
|
isn't mentioned in the list of :ref:`settings <settings>`.
|
||||||
|
|
||||||
|
.. _configuration_file:
|
||||||
|
|
||||||
Configuration File
|
Configuration File
|
||||||
==================
|
==================
|
||||||
|
|||||||
@ -548,7 +548,7 @@ class ConfigFile(Setting):
|
|||||||
validator = validate_string
|
validator = validate_string
|
||||||
default = "./gunicorn.conf.py"
|
default = "./gunicorn.conf.py"
|
||||||
desc = """\
|
desc = """\
|
||||||
The Gunicorn config file.
|
:ref:`The Gunicorn config file<configuration_file>`.
|
||||||
|
|
||||||
A string of the form ``PATH``, ``file:PATH``, or ``python:MODULE_NAME``.
|
A string of the form ``PATH``, ``file:PATH``, or ``python:MODULE_NAME``.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user