315 Commits

Author SHA1 Message Date
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
Sam
17b5b9e290 Typo 2016-03-11 02:18:26 +02:00
Sam
3dd7505889 Wording touch-ups
Typos and grammer fixes
2016-03-11 02:15:09 +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
Berker Peksag
3ccdafbb62 Simplify installation instructions in gunicorn.org 2016-01-06 01:52:36 +02:00
benoitc
68cd6c3b05 bump to 19.4.5 2016-01-05 01:06:42 +01:00
benoitc
eabe7da84f fix changelog 2016-01-04 11:00:35 +01:00
benoitc
894978d171 bump to 19.4.3 2016-01-04 10:34:40 +01:00
Benoit Chesneau
cfabfc8474 fix typo 2015-12-29 01:35:27 +01:00
Benoit Chesneau
d63571d17a fix news 2015-12-29 01:34:03 +01:00
Benoit Chesneau
01cdd8b62a bump to 19.4.2
fix #1159
2015-12-29 01:32:53 +01:00
Berker Peksag
58108ef7e6 Tweak markup in faq.rst 2015-12-15 01:15:51 +02:00