Carl Meyer
2169b044d6
Update example nginx configs to require Host match.
2015-06-15 16:59:34 -06: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
s7v7nislands
80f95bdff4
update doc: using pip install replace using easy_install
2015-03-20 09:27:41 +02:00
benoitc
2d76b57454
point to the correct documentation link
...
fix #967
2015-01-30 09:42:46 +01:00
Eduard Iskandarov
52bade631b
closes #875 . add full working systemd configuration example
2014-09-13 14:16:25 +04:00
Collin Anderson
c97eae638f
upstart: removed unneeded console log
...
It's there by default since Ubuntu 12.04
2014-09-09 11:02:31 -04:00
Randall Leeds
76ab68739e
Fix logging settings link in deploy docs
2014-09-03 12:46:34 -07:00
Andrew Burdo
ed2d2a8ab3
Change the rest of QUIT and TERM signals.
...
This will restore graceful shutdown of workers by master.
Also worker_int callback is moved from handle_exit (INT and TERM before switching) to handle_quit(INT and QUIT).
2014-06-13 14:32:11 +03:00
Matt Robenolt
d7c7c59bdb
Consistent usage of @proxy_to_app named location
...
This can be confusing since `location / {}` and `location @proxy_to_app {}` were both being used.
2014-05-26 20:24:09 -07:00
TedWantsMore
6248208ae0
Update deploy.rst
2014-05-21 15:49:50 -07:00
Kirill Zaborsky
9ce722e638
gafferp renamed to gaffer
2014-02-21 17:14:31 +03:00
Randall Leeds
0226b2cd1f
Clarify secure scheme header warning in deploy doc
...
Gunicorn doesn't restrict the X-Forwarded-For header, only the
scheme header.
2014-02-04 00:26:03 -08:00
Randall Leeds
5d13659f0e
Documentation formatting
2014-01-30 16:49:47 -08:00
Randall Leeds
1f7d3429c2
Add documentation for nginx X-Forwarded-*
...
Fix #571
2014-01-30 16:30:58 -08:00
benoitc
2a09c916a7
improve systemd conf
2013-12-11 09:50:24 +01:00
benoitc
047ef65afc
fix doc
...
fix #656
2013-12-11 09:33:01 +01:00
Alasdair Nicol
a01d143aae
Use lowercase 'true' in example config to be consistent
2013-12-02 00:08:26 +00:00
Stephen DiCato
79ed7851ae
Fix a single typo.
2013-09-13 15:08:21 -04:00
Lars Hansson
a49f4199e9
Add Upstart deployment example, remove Upstart from faq.
...
Add an Upstart deployment example and remove the Upstart entry in the
FAQ.
2013-06-19 00:21:05 +08:00
benoitc
db48dd355d
add systemd documentation
2013-04-23 16:51:24 +02:00
Anton Vlasenko
3f86c3db45
Gaffer deploy process name fix
...
Old configuration spawns ' gunicorn' process, not 'gunicorn' as it should be.
2013-02-07 09:30:17 +02:00
benoitc
20bae2ee0f
deploy using gaffer .
2012-10-24 10:40:57 +02:00
Prateek Singh Paudel
9eba21fb8e
Consistent formatting and some addditions.
...
Ensures sphinx will generate consistent html headings. Some
addition of header text.
2012-10-03 16:41:44 +05:45
Prateek Singh Paudel
5e543bc3dd
Move files for sphinx.
2012-10-03 05:09:55 +05:45