327 Commits

Author SHA1 Message Date
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
Berker Peksag
55a01887a3 Tweak signal handling documentation 2017-02-01 01:03:42 +03:00
Berker Peksag
b712c682f1 Document pidfile naming format change in 19.6.0
Fixes #1382
2017-01-23 07:46:20 +03:00
Berker Peksag
6b59758b2a Fix Sphinx warnings 2017-01-23 07:44:53 +03: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
David McInnis
7dd8793dcf only have essential nginx.conf settings (#1424) 2017-01-08 04:03:08 +03:00
vishesh92
c54426c1e4 Minor fixes in docs and doc's code style (#1361) 2016-12-28 19:02:32 +03:00
Berker Peksag
4933aedede Sync settings docs with gunicorn/config.py 2016-12-22 22:02:44 +03:00
Berker Peksag
712a502d62 Cleanup trailing whitespaces 2016-12-22 22:00:46 +03:00
Berker Peksag
8fe132b39c Tweak WorkerTmpDir docs 2016-12-22 22:00:27 +03:00
Bob.Haddleton
9a9e3acb2c Update Boom references to Hey to reflect project name change 2016-12-22 07:52:21 +03:00
Philipp Saveliev
cc4620fb5b docs: a warning for disk-backed --worker-tmp-dir #1305 (#1329)
* docs: a warning for disk-backed --worker-tmp-dir #1305

* docs: move os.fchmod issue solution to FAQ

* docs: improve worker_tmp_dir setting docs
2016-12-20 15:20:55 -08:00
Tim Graham
ab81ae3b4d Add RuntimeDirectory to systemd service
Without this /run/gunicorn isn't created.
2016-11-26 17:04:44 +03:00
David McInnis
ea741854ec fixed a few typos and improved clarity for systemd docs (#1398) 2016-11-23 01:40:02 +03:00
David McInnis
4ceb1e4a00 Docs/system d change (#1376)
* expanded and clarified systemd deployment instructions

* fixed typo

* fixed typo

* fixed my stuff going past the 80-char page-width
2016-10-28 08:37:10 +02: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
David McInnis
1853071dc2 fixed incorrect gunicorn.service file for SystemD (#1357)
* fixed incorrect gunicorn.service file for SystemD

* made instructions a little less ambiguous

* made documentation more generic
2016-10-13 13:01:40 -07:00
ammgws
2d11e5c7cc Fixed mistake in systemd section (#1363)
example starts the wrong service name
2016-10-07 14:50:28 -07:00
zhulongcheng
2b839ca144 Fix typo in news.rst (#1351) 2016-09-11 11:56:29 +03:00
John Bachir
b3f1c5cc29 clarify language regarding undefined time tasks (#1316) 2016-07-30 21:59:30 -07:00
Suriya Subramanian
34af3f8e92 Document that --access-logfile - writes to stdout 2016-07-28 12:54:58 +05:30
Randall Leeds
b524b02c42 fix typo 2016-07-16 12:21:27 -07:00
Alex.F
0d5e9bfe5e Update signals.rst 2016-06-23 21:35:04 +08:00
Adam Chainz
f722a6eb65 Convert readthedocs link for their .org -> .io migration for hosted projects (#1286)
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 11:46:37 -07:00
edgarcosta
2f0e99e71d timeout setting, what it means to be silent 2016-05-23 22:27:08 -04:00
Ed Morley
c4e0e7775e Docs: Spelling corrections & markup tweaks
Fixes the changelog bullets added for #1252, as well as a number of
spelling corrections and markup improvements.
2016-05-23 17:22:50 +01:00
benoitc
0b84f070cf 19.6 has been released. 2016-05-23 17:30:23 +02:00
benoitc
4a04195975 update 19.6.0 changelog 2016-05-21 11:21:53 +02:00
benoitc
37be319f06 add a not in FAQ about the SENDFILE environment var 2016-05-21 11:12:11 +02:00
benoitc
20bde96e14 prepare 19.6.0 release 2016-05-20 16:10:35 +02:00
benoitc
fbe865f37a fix issues links 2016-05-13 21:01:43 +02:00
Randall Leeds
aadbddb622 Merge pull request #1260 from daavve/master
added some more detail for setting up gunicorn on systemd
2016-05-13 09:49:38 -07:00
vishesh92
58987b27fb Fix note for design.rst 2016-05-13 19:25:00 +05:30
David McInnis
d27bf96690 fixed typo where we start the wrong service 2016-05-12 11:52:27 -07:00
David McInnis
35f9e3e77c added some more detail for setting up gunicorn on systemd 2016-05-12 00:33:39 -07:00
Benoit Chesneau
081f8eec08 Merge pull request #1254 from jgehrcke/jp/exclog
Do not swallow exception raised during worker exit
2016-05-11 21:58:06 +02:00
benoitc
7c2584e073 19.5 is tagged 2016-05-11 21:33:50 +02:00
Jan-Philip Gehrcke
66a07032ba docs: clarify that worker_exit hook runs *in* the worker 2016-05-11 13:36:31 +02:00
benoitc
7d61a60ebd add changelog
releae often shoudl be our mantra. We have too much fixes in that release that
were waiting since a while. Let's start a month release (ore more) from now.
2016-05-10 21:43:06 +02:00
benoitc
ded610ede9 add a note about the requirements of the threads workers under python 2.x
fix #1200
2016-05-02 15:44:38 +02:00
benoitc
6f9ae5ee2f put a note that error logs are only errors from Gunicorn.
fix #1124
2016-05-02 15:41:16 +02:00
benoitc
5fa32a6dbc document LOGGING overriding
fix #1051
2016-05-02 15:18:07 +02:00
John Ryding
6a3bd70d2b Add gthread and gaiohttp to settings docs 2016-03-26 01:39:29 +02:00