mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Instead of hardcoding X-Forwarded-Protocol and X-Forwarded-SSL, make the header and value configurable, with no default that would enable a client to spoof secure requests if the reverse proxy is not configured to strip the header used.
Generate Documentation
----------------------
Requirements
++++++++++++
To generate documentation you need to install:
- Python 2.x >= 2.5
- jinja2 (http://jinja.pocoo.org/2/)
- docutils (http://docutils.sourceforge.net/)
- compass (http://compass-style.org/)
- compass-960-plugin (http://github.com/chriseppstein/compass-960-plugin)
Generate
++++++++
::
$ ./buildweb.py
Have a look in the file.py for configuration details.