David Lord
ff0c92a1c7
Merge branch '1.0.x'
2019-06-23 16:57:52 -07:00
David Lord
363741ec69
fix docks linkcheck
2019-06-23 15:37:51 -07:00
David Lord
316caad5db
Merge branch '1.0.x'
2019-05-16 12:18:36 -07:00
Charles Ross
4f3dd3183f
update docs on gunicorn deploy and app discovery
2019-05-16 10:45:03 -07:00
Tom-McDonald
406df032bc
replaced deprecated sample code in proxy-setup docs
2019-05-16 09:54:49 -07:00
Aditya
fa50bdd372
Use https for external links wherever possible
2018-10-27 17:58:45 +05:30
Grey Li
95008cf43d
Add prefix for all commands in documentation ( #2877 )
...
* Add prefix for commands in docs
* Add prefix for commands in example's README
2018-09-09 17:41:56 +09:00
Justin W. Flory
82bff7585c
Fix broken cross-references; use :doc: tags where necessary
2018-07-11 10:12:18 -05:00
David Lord
f15a5c84a6
Merge pull request #2806 from doobeh/uwsgi_doc_fix
...
Set uwsgi link to use :ref:
2018-05-28 12:25:06 -07:00
Anthony Plunkett
32fc4d0938
Set uwsgi link to use :ref:
...
Fixes #2802
2018-05-28 15:10:55 -04:00
Tiago Coutinho
669cd2fdda
Update gevent wsgi
...
gevent.wsgi is deprecated since gevent 1.1 and removed in gevent 1.3.
gevent.pywsgi should be used instead
2018-05-21 08:10:16 +02:00
Per Mortensen
3be3608eca
Update Twisted Web example
2017-11-22 22:40:23 +01:00
Tully Rankin
6fc1b1c7a6
Added uWSGI and example usage to stand-alone WSGI containers documentation ( #2302 )
2017-05-22 18:08:40 -07:00
Adam Chainz
fdb0ae918f
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
337da86009
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
e291dc41b4
Fixed gevent introduction to use libev instead of libevent
2015-07-14 12:36:01 -07:00
Jon Banafato
138b28e17d
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
d81e6f85af
docs: `Flask-Uploads, X-Forwarded-Host`
2014-11-05 07:23:47 +03:00
defuz
0517016996
docs: `DEBUG, SERVER_NAME, PATH_INFO`
2014-11-05 07:10:49 +03:00
Ben Darnell
7eda5f3eba
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
cead159bf9
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