flask/docs/deploying
Jon Banafato 887d382da1 Add X-Forwarded-Proto to proxy setup example
The ProxyFix middleware provided by Werkzeug uses this header for
returning accurate values from request.is_secure and request.scheme.
Without adding this header, Flask won't properly detect when it is being
served over HTTPS and will fail to generate proper external links and
cause certain extensions (e.g. Flask-OAuthlib) to function improperly.
Adding this header to the example setup should reduce issues encountered
by developers when following this guide.
2015-05-09 12:29:53 -04:00
..
cgi.rst docs: `.html, .py` 2014-11-05 07:52:04 +03:00
fastcgi.rst docs: :file:/var/www/foo, `/static` 2014-11-05 07:19:02 +03:00
index.rst Added OpenShift as a free hosting provider alternative 2015-03-31 16:13:29 -07:00
mod_wsgi.rst docs: `.html, .py` 2014-11-05 07:52:04 +03:00
uwsgi.rst docs: :file:/var/www/foo, `/static` 2014-11-05 07:19:02 +03:00
wsgi-standalone.rst Add X-Forwarded-Proto to proxy setup example 2015-05-09 12:29:53 -04:00