defuz
17eee81da0
docs: ``Flask-Uploads``, ``X-Forwarded-Host``
10 years ago
defuz
ad011bc32d
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
10 years ago
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 .
10 years ago
Daniel Neuhäuser
13293b499f
Use libevent.org
11 years ago
bool-dev
85aa4ec8c1
Updated greenlet links, which were dead.
11 years ago
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.
12 years ago
Ron DuPlain
9ab41edbd7
Touch up proxying docs.
13 years ago
Ron DuPlain
9a1d616706
Add simple proxying nginx config to docs.
...
Origin:
https://gist.github.com/2269917
13 years ago
Ron DuPlain
976c9576bd
Reorder deployment options.
13 years ago
Ron DuPlain
7e4b705b3c
Move others.rst to wsgi-standalone.rst.
13 years ago
Ron DuPlain
207006f4c3
Touch up and integrate docs on deploying Flask.
14 years ago
streety
1dd83964f0
Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Ron DuPlain
6875a057ec
Fixed small typos in docs. Added a cross-ref.
14 years ago
Armin Ronacher
80268a408b
Documented proxy fix
15 years ago
Kenneth Reitz
a5421c29ac
Added documentation for Gunicorn
15 years ago
Armin Ronacher
c64a4e0bef
Break up deployment docs into separate documents.
15 years ago