Klaas van Schelven
d04ddfd117
Docs: add link to configuration file
...
See #2136 (not a full solution, but at least one more path
to understanding added)
2023-02-08 12:04:53 +01:00
Randall Leeds
ee685e197b
Merge pull request #2054 from rcoup/2052-print-config
2020-04-20 12:40:57 -07:00
Kevin Michel
83b78e09c1
Document the default name and path for the configuration file
2020-01-31 09:48:14 +01:00
Kevin Michel
a648f8a838
Document how environment variables impact configuration
2020-01-31 09:48:14 +01:00
benoitc
b4e52c181a
make config doc more explicit
...
explicit what we mean by "not need to be importable".
2019-11-25 22:44:25 +01:00
benoitc
9538358511
config file extension should be a python extension
...
This change make it clear what is configuration file for Gunicorn.
Using a filename with an extension different than a python extension
was never supported. Also it gives us some room for a proper config file.
2019-11-25 22:44:25 +01:00
Robert Coup
000236aae2
Docs.
2019-05-31 12:22:08 +01:00
T N
6ad3d3c22c
Update docs links ( #1592 )
2017-09-16 17:46:19 +03:00
Berker Peksag
6325898611
Fix syntax highlighting in configure.rst.
2014-12-01 07:07:55 +02:00
Berker Peksag
761a1e5b76
Add ref links to configure.rst and faq.rst.
2014-12-01 07:06:18 +02:00
Berker Peksag
9229320897
Fix --check-config usage. Refs #884 .
2014-09-23 10:13:32 +03:00
Berker Peksag
dcaf2d7f9b
Remove an outdated paragraph about getting CPU information.
...
Python 2.5 or older versions are not supported by Gunicorn.
Also, fixed a typo: mentionned -> mentioned
2014-05-18 01:01:35 +03:00
benoitc
f7d9979d5b
fix doc for rtd
2013-12-26 13:42:17 +01:00
benoitc
2aa66555f8
Revert "Update configure.rst"
...
This reverts commit 3b843fd942cdb2e5623887073d1acb0d759066c8.
I was tired, we should either remove the that and then the is or keep
a is or... But this latest commit was changing the meaning.
2013-11-19 08:42:12 +01:00
Mieszko
3b843fd942
Update configure.rst
2013-11-15 12:24:46 +01:00
German Larrain
739690d74f
Update configure.rst
...
Fixed typo and grammar mistake in note
2013-03-05 22:57:10 -03:00
benoitc
daa04fc931
add a note about --check-config
2012-11-01 10:49:07 +01:00
Prateek Singh Paudel
a7b13d8ae1
Sphinx extension to generate settings doc.
...
Include gunicorn_ext.py in conf.py. Include the generated
settings.rst in configuration.rst.
Get the version number for doc from gunicorn.__version__
2012-10-03 17:45:41 +05:45
Prateek Singh Paudel
9eba21fb8e
Consistent formatting and some addditions.
...
Ensures sphinx will generate consistent html headings. Some
addition of header text.
2012-10-03 16:41:44 +05:45
Prateek Singh Paudel
5e543bc3dd
Move files for sphinx.
2012-10-03 05:09:55 +05:45