Carl Meyer
2169b044d6
Update example nginx configs to require Host match.
2015-06-15 16:59:34 -06:00
Berker Peksag
5a8b9555da
Tweak markup of the sendfile documentation a bit.
2015-05-29 06:52:19 +03:00
Berker Peksag
33bcd59092
Generate the settings document after 11ee135b40439259816b2764679249323a489ca9.
2015-05-29 06:48:33 +03:00
Berker Peksag
308f10f398
Fix typo and tweak markup.
2015-05-29 06:46:28 +03:00
Hans Kristian Flaatten
85d857d711
Document why REMOTE_ADD may not be the user's IP
...
Gunicorn v19 removed functionality which updated `REMOTE_ADDR` to the value of
the `X-Forwared-For` header if received from a trusted upstream client. This
was a violation of RFC 3875 CGI Version 1.1, and was hence removed.
Close : #1035
PR-URL: #1037
Related: #633
Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
2015-05-21 23:05:49 +02:00
Mitchel Humpherys
52bfb7a0e7
design.rst: grammar
...
Currently, we introduce this document as a description
of "an" architecture of Gunicorn, which makes it sound
like this document describes one of many Gunicorn
architectures, which doesn't make a lot of sense.
Clarify the grammar by introducing the document as a
description of "the" Gunicorn architecture.
2015-04-28 22:04:48 -07:00
Berker Peksag
4e4fe18a21
Fix more typos.
2015-03-27 16:18:41 +02:00
Berker Peksag
08cba365b3
Merge pull request #1000 from nikolas/patch-3
...
Fix typos in changelog
2015-03-27 16:16:56 +02:00
nikolas
460de33a33
Fix typos in changelog
2015-03-27 10:09:27 -04:00
nikolas
8273d77b04
Fix typo in changelog
2015-03-27 10:00:56 -04:00
s7v7nislands
80f95bdff4
update doc: using pip install replace using easy_install
2015-03-20 09:27:41 +02:00
Benoit Chesneau
cc12055baf
fix doc link
2015-03-06 11:17:12 +01:00
Benoit Chesneau
2a9ccea7b5
fix typo
2015-03-06 11:09:05 +01:00
Benoit Chesneau
e5d0e1505f
correct version is 19.3
...
since changes are added to the core, let's show it in versionning
2015-03-06 11:05:03 +01:00
Benoit Chesneau
e7a94744fa
fix typos
2015-03-06 10:52:18 +01:00
Benoit Chesneau
ccf5a23b84
website : redirect doc link to 19.2.2 doc
2015-03-06 10:41:19 +01:00
Benoit Chesneau
39761603cd
bump to 19.2.2
2015-03-06 10:32:35 +01:00
benoitc
38a61e47fe
bump site to 19.2.1
2015-02-04 14:47:56 +01:00
benoitc
48b36fb71f
bump to 19.2.1
2015-02-04 14:43:57 +01:00
benoitc
d8eca3ebf1
point to the security mailing-list in the contributing doc.
...
fix #582
2015-02-04 08:26:46 +01:00
Berker Peksag
e79900b465
Print current year automatically.
2015-01-30 22:29:33 +02:00
Berker Peksag
5028e8a534
Fix Sphinx warnings in news files.
2015-01-30 22:23:00 +02:00
benoitc
4de78cffdf
we are in 2015
2015-01-30 15:23:10 +01:00
benoitc
76945e47f9
update 19.2 changelog
2015-01-30 15:19:59 +01:00
benoitc
2d76b57454
point to the correct documentation link
...
fix #967
2015-01-30 09:42:46 +01:00
benoitc
1a1c88deff
fix wording
2015-01-29 23:45:18 +01:00
benoitc
5f1391b033
add security mailing list
2015-01-29 23:43:33 +01:00
Berker Peksag
0a847ff870
Add an "htmlview" target to open docs after building them.
...
This is helpful if you build and test documentation updates in
your development env.
Copied from CPython's Doc/Makefile.
2015-01-26 19:04:24 +02:00
Berker Peksag
d49d40097a
Combine logging section in gunicorn/config.py.
...
Fixes #969 .
2015-01-26 18:56:49 +02:00
Alexander Artemenko
55daf19229
Fix header levels and use them consistently
2014-12-21 21:23:58 +03:00
Berker Peksag
44b090fa47
Remove an incorrect note from instrumentation.txt.
2014-12-01 08:52:17 +02:00
Berker Peksag
9f72be235c
Add missing period.
2014-12-01 08:45:20 +02:00
Berker Peksag
9a3d580c52
Simplfy documentation index page.
2014-12-01 07:08:38 +02:00
Berker Peksag
4cab542097
Resort docs index.
2014-12-01 07:08:18 +02:00
Berker Peksag
6325898611
Fix syntax highlighting in configure.rst.
2014-12-01 07:07:55 +02:00
Berker Peksag
2043779b23
Improve the "Running Gunicorn" command.
2014-12-01 07:06: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
f4083fc72b
Fix history header in news.rst.
2014-12-01 07:05:39 +02:00
Berker Peksag
963a677f31
Fix settings reference.
2014-12-01 07:04:57 +02:00
Berker Peksag
f0b9468ea3
Document statsd_* commands.
2014-12-01 07:04:10 +02:00
Berker Peksag
b8b0a87fee
Fix header in news.rst.
2014-11-30 08:49:20 +02:00
Berker Peksag
496c207a26
Fix ref URL of the pr role.
2014-11-30 00:39:00 +02:00
Berker Peksag
d12fc05de0
Added issue and pr roles.
...
This commit also split news.rst and 2014-news.rst. news.rst will
only contains latest unreleased version's changelog.
2014-11-30 00:39:00 +02:00
Berker Peksag
194b2d68e3
Also update docs/source/news.rst for #845 .
2014-11-23 23:24:52 +02:00
Randall Leeds
cb7859caea
add news
2014-11-23 12:05:56 -08:00
Randall Leeds
ac3554cb91
remove whitespace
2014-11-23 11:57:20 -08:00
BFriedland
05c6977122
Fixed typos
2014-11-22 14:18:56 -08:00
K Subramanian
d203d022f5
Add Note for async workers with Django
...
Django lazy loads URLConf during the first request.
2014-11-17 18:36:09 -08:00
Christopher Troup
73aac61945
Remove no-longer-true statement about matching Nginx signal handling
2014-11-12 15:01:50 -05:00
Berker Peksag
c152ce0dd0
Add a versionadded directive to the sendfile documentation.
2014-10-20 20:17:30 +03:00