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
..
2014-03-31 11:14:45 -07:00
2015-03-06 11:17:12 +01:00
2014-12-01 07:04:57 +02:00
2012-10-03 05:04:07 +05:45
2013-06-29 06:09:52 +02:00
2014-09-10 09:52:12 -04:00
2014-09-10 09:52:12 -04:00

Generate Documentation
======================

Requirements
------------

To generate documentation you need to install:

 - Python >= 2.5
 - Sphinx (http://sphinx.pocoo.org/)


Generate html
-------------
::

    $ make html

The command generates html document inside ``build/html`` dir.