Commit Graph

14 Commits

Author SHA1 Message Date
Adam Chainz 70de011d51 Convert readthedocs link for their .org -> .io migration for hosted projects (#1827)
As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 15:49:38 +02:00
Markus Unterwaditzer e7d548595e Merge pull request #1456 from jonafato/proxy-setup-x-forwarded-proto
Add X-Forwarded-Proto header to proxy setup example docs
2016-02-17 22:02:22 +01:00
Wayne Ye 05c2e7c276 Fixed gevent introduction to use libev instead of libevent 2015-07-14 12:36:01 -07:00
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
defuz 17eee81da0 docs: ``Flask-Uploads``, ``X-Forwarded-Host`` 2014-11-05 07:23:47 +03:00
defuz ad011bc32d docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO`` 2014-11-05 07:10:49 +03:00
Ben Darnell e401a83fc5 Stop recommending Tornado as a WSGI server
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread.

Fixes #986.
2014-09-25 09:35:46 -04:00
Daniel Neuhäuser 13293b499f Use libevent.org 2014-04-26 01:38:20 +02:00
bool-dev 85aa4ec8c1 Updated greenlet links, which were dead. 2014-01-04 17:21:18 +05:30
Corbin Simpson f6a5a7a0cc docs/deploying/wsgi-standalone: Add Twisted Web.
I've been meaning to do this for quite some time, but I never got around to
it. Hopefully this is neutral and useful enough to be included in the main
docs.
2012-10-11 14:05:01 -07:00
Ron DuPlain 9ab41edbd7 Touch up proxying docs. 2012-04-01 11:19:51 -04:00
Ron DuPlain 9a1d616706 Add simple proxying nginx config to docs.
Origin:
https://gist.github.com/2269917
2012-04-01 10:57:44 -04:00
Ron DuPlain 976c9576bd Reorder deployment options. 2012-04-01 10:54:27 -04:00
Ron DuPlain 7e4b705b3c Move others.rst to wsgi-standalone.rst. 2012-04-01 10:54:00 -04:00