Krystian
e5a97150c9
fix chdir documentation typo ( #2656 )
2022-02-04 08:11:51 +11:00
Daan Luttik
3b8ce3df1f
Added a line to the documentation to further explain the use of logconfig_dict
...
Added a line to make the question "how to use `logconfig_dict`" way easier to answer.
2021-02-16 15:54:49 -08:00
Adam Johnson
dad99a1bd4
Update gunicorn_ext.py
2021-01-06 03:14:31 +02:00
Adam Johnson
3273492811
Improve settings documentation
...
I was reading the documentation to configure another application successfully deployed with Gunicorn, and thought the documentation here could be improved a bit for clarity.
* Use code highlighting for the names, to indicate they are the names to use in the Python configuration file.
* Spell out the CLI flags and defaults with "Command line" and "Default" prefixes so it's clear what these are
* Consistently use Python syntax for the defaults, so the types may be more easily understood.
* Split multiple CLI flags with "or" rather than a comma, for clarity and easier copy-paste.
* Improve some descriptions, such as for ``raw_env`` and a header for "Server Hooks".
2021-01-06 03:14:31 +02:00
Gastón Avila
b80a329354
Correction on default value for config file ( #2408 )
...
Running gunicorn project.app while having a file called gunicorn.conf.py
in the current directory will read configuration from that file and actually fail
if the file raises an exception.
2020-08-22 20:13:02 +03:00
Dustin Ingram
6aab4decde
Add additional missing docs
2020-05-15 03:30:08 +03:00
Randall Leeds
bac7f0300b
Merge pull request #1450 from hramezani/issue_1359
...
Specify wsgi_app in config
2020-05-03 16:03:07 -07:00
Hasan Ramezni
57a9e2eb7e
Specify wsgi_app in config #1359 .
2020-05-01 01:11:21 +02:00
Randall Leeds
b2dc036463
Merge pull request #2292 from di/document-infinite-timouts
...
Document --timeout 0
2020-04-22 11:09:20 -07:00
Randall Leeds
ee685e197b
Merge pull request #2054 from rcoup/2052-print-config
2020-04-20 12:40:57 -07:00
Dustin Ingram
57b8cdffae
Document --timeout 0
2020-03-16 17:29:07 -05:00
Randall Leeds
7d8c92f48a
Merge pull request #2253 from kmichel-sereema/2247-document-environment-variables
...
Document environment variables and $PORT
2020-01-31 09:42:16 -08:00
Kevin Michel
c82996f791
Add documentation for the $PORT environment variable
2020-01-30 15:34:37 +01:00
Anmar85
d307045984
Add milliseconds option to request_time in access_log ( #2218 )
...
Add milliseconds option to request_time in access_log
2020-01-30 15:29:25 +01:00
Robert Coup
000236aae2
Docs.
2019-05-31 12:22:08 +01:00
Sebastien Williams-Wynn
678b326dc0
Fix typo in --worker-class documentation ( #2030 )
2019-05-09 21:13:31 +03:00
dblack
96dde54af1
optional datadog tags for statsd metrics
2019-04-27 18:49:47 -07:00
Jat
a1ffebcdb2
worker_connections also affects the Gthread worker type
2019-02-13 22:43:21 +08:00
Daniel Pope
2ea5fbdc86
Use Python's default SSL cipher list by default ( #1970 )
2019-01-24 22:41:04 +01:00
Brett Randall
c85bfba8b2
Fixed typo in ssl_version doc, TLSv2 -> TLSv1_2 (TLS 1.2). ( #1959 )
...
* Fixed typo in ssl_version doc, TLSv2 -> TLSv1_2 (TLS 1.2).
Signed-off-by: Brett Randall <javabrett@gmail.com>
* revert chdir change
2019-01-22 00:03:38 +01:00
Florian Apolloner
ee7af1247b
Added support to --bind to open file descriptors ( #1809 )
...
Fixes #1107
2018-11-16 20:21:13 +03:00
Ron DuPlain
e5c11e8f8a
Clarify log format usage of header & environment ( #1907 )
2018-10-28 23:38:51 +03:00
Michael Bishop
2ff595a02b
"work" -> "worker"
2018-07-31 13:55:57 -07:00
Randall Leeds
3e265d4319
Regenerate settings documentation
2018-07-03 13:02:41 -07:00
Berker Peksag
473ac62a2b
Revert "Add test and update documentation"
...
This reverts commit eab1256052d7446359fb6f65279f9bebd18fafd4.
2018-05-06 18:10:53 +03:00
Berker Peksag
9320811f32
Fix markup in --log-syslog docs
2018-05-06 18:09:33 +03:00
Berker Peksag
eab1256052
Add test and update documentation
2018-05-06 18:05:54 +03:00
Hasan Ramezani
b4b9b18f1a
Improve capture_output setting documentation
2018-04-28 22:34:15 +04:30
Randall Leeds
5050f2719a
Regenerate settings documentation
2018-04-28 00:47:00 -07:00
Bruno Alla
d1f5268b15
Add extras_require for various worker types ( #1718 )
...
Fixes #1717
2018-03-08 17:19:44 +03:00
Martin Broadhurst
6171ac4885
Add --reuse-port to make use of SO_REUSEPORT optional ( #1669 )
...
Fixes #1603
2018-01-02 20:25:26 +03:00
Berker Peksag
2dd7321c90
Deprecate gaiohttp worker and document alternatives ( #1569 )
...
Fixes #1338
2017-10-31 07:30:41 +03:00
Takuya Noguchi
2bcec7fd0c
Fix reST format in docs
2017-09-18 07:15:37 +03:00
Benoit Chesneau
60efb1041e
Merge pull request #1528 from hramezani/redirect_accesslog_issue_1403
...
Redirect accesslog issue 1403
2017-08-22 21:17:59 +02:00
Hasan Ramezani
919871d656
Add disable-redirect-access-to-syslog documentation.
2017-08-22 22:43:59 +04:30
Tuukka Mustonen
0e4e0779e6
doc: Notes about worker keepalive support
2017-08-09 18:05:08 +03:00
Berker Peksag
9eea021ac8
Regenerate settings.rst to add --reload-engine
2017-06-16 14:04:34 +03:00
Berker Peksag
ca053a5fe1
Add versionadded directive to reload_extra_files
2017-06-16 14:02:55 +03:00
Berker Peksag
9c73259f71
Make ssl.PROTOCOL_SSLv23 default for --ssl-version
...
Fixes #1249
2017-02-06 09:10:35 +03:00
Berker Peksag
577c3eb030
Use the best available reloader when --reload is passed
...
Fixes #1422
2017-02-06 07:32:14 +03:00
Benoit Chesneau
91807e8b90
Merge pull request #1446 from RyPeck/1045/minor-tweaks-to-docs-for-threads-setting
...
Doc tweaks around threads setting
2017-02-06 04:48:49 +01:00
Berker Peksag
c517aefabd
Silence a Sphinx warning
2017-02-05 05:58:01 +03:00
Berker Peksag
3da2f88dfe
Delete deprecated gunicorn_django command and --settings option
2017-02-05 05:57:41 +03:00
Berker Peksag
cb512715fe
Fix markup
2017-02-05 01:30:17 +03:00
Berker Peksag
bbaf078309
Add versionadded marker to child_exit documentation
2017-02-05 01:29:06 +03:00
Berker Peksag
9fad8ab6f5
Remove outdated documentation about using entry points
...
Closes #1365
2017-02-05 01:24:49 +03:00
Ryan Peck
55e15323ac
Doc tweaks around threads setting
...
In response to #1045 minor tweaks to the documentation to emphasize that
the `--threads` setting is only applied to the `gthread` worker.
2017-01-25 23:14:22 -05:00
Berker Peksag
094c73ba10
Add links for settings
...
Conflicts:
docs/source/settings.rst
2017-01-23 07:25:18 +03:00
Berker Peksag
243a277da8
Fix typo
2017-01-13 12:25:54 +03:00
Berker Peksag
9e311e1838
Fix versionadded value and tweak --paste-global docs
2017-01-13 12:22:47 +03:00