David Lord
4e6384da32
Merge branch '3.0.x'
2024-08-23 16:34:57 -07:00
Amirreza A
321bd74b95
Update waitress.rst
...
fixed a small typo
2024-07-10 18:06:15 -07:00
Resistor-git
be6ec06894
Fix link to Hypercorn in docs/deploying/asgi.rst - they moved from gitlab from github.
2023-10-28 07:38:33 +00:00
David Lord
cfa863c357
Merge branch '2.2.x'
2023-04-15 12:30:20 -07:00
lettow-humain
c67bfe551d
fix parentheses
2023-04-12 13:19:54 -07:00
David Lord
8f13f5b6d6
update docs and examples for pyproject
...
setup.py -> pyproject.toml
venv -> .venv
2023-01-18 10:32:51 -08:00
David Lord
ce6ad90ecf
remove heroku link
2022-08-27 06:03:46 -07:00
Dillon Barnes
86bf3f205f
Correct `waitress-serve` command
2022-08-17 17:00:25 +01:00
David Lord
9c50b8fc1c
fix formatting
2022-06-13 06:08:45 -07:00
David Lord
a9878c018b
remove mod_wsgi-standalone
2022-06-12 16:03:51 -07:00
David Lord
2ea77c2782
rewrite deployment docs
2022-06-12 14:00:00 -07:00
Bo Bayles
3fd24c1f6f
Fix copy/paste error in wsgi-standalone.rst
2022-04-25 10:55:30 -05:00
David Lord
df806c8035
update docs about gevent/eventlet/greenlet
2021-11-11 18:32:07 -08:00
Mindiell
e1dce5c39a
Fix typo in docs ( #4261 )
2021-09-08 10:00:36 +02:00
nabbisen
fafc132dcb
Update cherokee links in docs/deploying ( #4249 )
2021-08-29 09:21:36 -04:00
Frank Yu
85c35bd615
Fix link in ASGI docs ( #4191 )
...
* Fix link in ASGI docs
* Improve the wording of ASGI docs
Co-authored-by: Grey Li <withlihui@gmail.com>
2021-07-07 19:26:24 +08:00
Andrew J Roth
2889ea4dd9
Added Google Cloud Run as a Hosted option
2021-05-12 09:14:34 -04:00
pgjones
f74cce164e
Update documentation on asyncio background tasks
...
This has been an early question from users, so best to explain.
2021-04-17 15:13:33 +01:00
pgjones
1c3b53c5db
Update the docs on serving with ASGI
...
Whilst it has been possible to serve via an ASGI server for a while
(using WSGI to ASGI middleware/adapters) it hasn't added much. Now
though it makes sense to recommend the asgiref adapter as it
integrates with the same event loop used for async route handlers
etc...
2021-04-17 11:30:22 +01:00
David Lord
15a49e7297
Merge branch '1.1.x'
2020-11-04 18:25:37 -08:00
Sarthak Vineet Kumar
577eec198a
updated doc for mod_wsgi ( #3751 )
...
Co-authored-by: Sarthak <sarthak@MacBook.local>
2020-11-04 18:20:36 -08:00
David Lord
171aabc87d
remove unused ref directives
...
replace page refs with doc directives
2020-04-04 12:57:14 -07:00
David Lord
7673835b3d
remove Python 2 from docs
2020-04-04 12:05:44 -07:00
Tobias Sette
d115d843e6
docs: update "Deploying on Google App Engine"
...
Use the documentation for Python 3 instead of Python 2, which is deprecated.
2020-03-16 19:18:53 -03:00
David Lord
1351d0a565
Merge branch '1.0.x'
2019-06-23 16:57:52 -07:00
David Lord
cb6272ccc8
fix docks linkcheck
2019-06-23 15:37:51 -07:00
David Lord
2236ba980c
Merge branch '1.0.x'
2019-05-16 12:18:36 -07:00
Charles Ross
0df2620c5f
update docs on gunicorn deploy and app discovery
2019-05-16 10:45:03 -07:00
Tom-McDonald
994cd1db33
replaced deprecated sample code in proxy-setup docs
2019-05-16 09:54:49 -07:00
David Baumgold
6606a4a238
fix RST line too long
2019-05-06 11:11:32 -04:00
Emlyn Price
5e07e3a6ad
Add comment about using factory function in __init__.py
2019-01-04 22:12:53 +00:00
Aditya
f05625eb82
Use https for external links wherever possible
2018-10-27 17:58:45 +05:30
Grey Li
21b0aa6dd8
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
e771016a5b
Fix broken cross-references; use :doc: tags where necessary
2018-07-11 10:12:18 -05:00
David Lord
79fc8e5c31
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
7cc71cccec
Set uwsgi link to use :ref:
...
Fixes #2802
2018-05-28 15:10:55 -04:00
Tiago Coutinho
c853d11fc5
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
David Lord
49a38ed999
use theme provided by pallets-sphinx-themes
2018-04-18 12:05:31 -07:00
Hsiaoming Yang
60eecb547d
Remove python 2.6 and 3.3 everywhere. ( #2583 )
2018-01-06 10:49:50 +01:00
Grey Li
602c771327
Docs: update built-in server description
2017-12-01 16:03:52 +08:00
Per Mortensen
110a752565
Update Twisted Web example
2017-11-22 22:40:23 +01:00
Brett Johnson
e4928323f2
Update App Engine link
...
Point to an authoritative site for Flask on App Engine that is maintained.
2017-08-30 14:58:05 -07:00
Tully Rankin
65b61aa7c2
Added uWSGI and example usage to stand-alone WSGI containers documentation ( #2302 )
2017-05-22 18:08:40 -07:00
Tully Rankin
2b96052240
Moved mod_wsgi under uwsgi in TOC deployment docs.
2017-05-22 15:13:31 -07:00
Tully Rankin
d7d21f5559
Moved WSGI-Standalone above mod_wsgi in deployment documentation.
2017-05-22 14:48:24 -07:00
Jeff Widman
bb0e755c80
Migrate various docs links to https ( #2180 )
...
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
Bryce Guinta
09973a7387
Fix fastcgi lighttpd example documentation. ( #2138 )
...
Add a trailing slash to the dummy path in the fastcgi lighttpd setup
documentation. Omitting a trailing slash leads to unintended behavior.
2017-01-01 18:51:21 -08:00
ezramorris
4a8bf651d9
Add link to AWS EB Flask tutorial
2016-11-17 14:01:30 +00:00
Giles Thomas
281c9c3ff9
Added a link to instructions for PythonAnywhere ( #2081 )
2016-11-07 10:10:02 -08:00
Douglas Thor
a6a36ec72a
Updated mod_wsgi.rst to point to new mod_wsgi repo ( #2038 )
2016-09-24 13:07:19 +02:00