97 Commits

Author SHA1 Message Date
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
Berker Peksag
7315721a37 Sync settings.rst with gunicorn/config.py 2017-01-13 12:16:39 +03:00
Berker Peksag
91892205bf Strip trailing whitespace 2017-01-13 12:15:42 +03:00
Hasan Ramezani
3b853b0455 Document GUNICORN_CMD_ARGS (#1425) 2017-01-13 12:08:52 +03:00
Berker Peksag
4933aedede Sync settings docs with gunicorn/config.py 2016-12-22 22:02:44 +03:00
Berker Peksag
8fe132b39c Tweak WorkerTmpDir docs 2016-12-22 22:00:27 +03:00
Mark Adams
6eb01409da Fix validate_reload by returning the validated value (#1378)
* Fix validate_reload by returning the validated value

When '--reload=RELOADER_TYPE' was implemented, `validate_reload()` was
added but in one of the last refactorings, it lost the return statement
at the end of the function. As a result, the '--reload' config value was
totally broken.

This resolves the issue by adding the missing return.

* Fix tests by changing --reload to always require an argument

- '--reload' always requires an argument now
- Added 'auto' as the default value for '--reload'
2016-10-28 08:35:24 +02:00
Mark Adams
b98205f896 Update documentation to indicate inotify requirement for reloader 2016-10-25 08:29:05 -05:00
Suriya Subramanian
34af3f8e92 Document that --access-logfile - writes to stdout 2016-07-28 12:54:58 +05:30
edgarcosta
2f0e99e71d timeout setting, what it means to be silent 2016-05-23 22:27:08 -04:00
Jan-Philip Gehrcke
66a07032ba docs: clarify that worker_exit hook runs *in* the worker 2016-05-11 13:36:31 +02:00
John Ryding
6a3bd70d2b Add gthread and gaiohttp to settings docs 2016-03-26 01:39:29 +02:00
bloodearnest
b05286e9ab Update docs - more explicit info on logger_class 2016-02-19 13:09:58 +00:00
bloodearnest
34b595e817 Always use the the user configured logger class.
Previously, configuring statsd_host would override the configured class
2016-02-19 13:09:58 +00:00
Zoltán Nagy
f1bb0342ec Clarify documentation of graceful_timeout 2015-11-02 08:49:13 +01:00
Randall Leeds
50a40b52b6 Merge pull request #1132 from bungoume/add-accesslog-params
Add accesslog params
2015-10-22 11:37:05 -07:00