mirror of https://github.com/pallets/flask.git
Merge pull request #4551 from bbayles/patch-1
This commit is contained in:
commit
ff6290d4c7
|
|
@ -73,7 +73,7 @@ uWSGI
|
||||||
`uWSGI`_ is a fast application server written in C. It is very
|
`uWSGI`_ is a fast application server written in C. It is very
|
||||||
configurable, which makes it more complicated to setup than Gunicorn.
|
configurable, which makes it more complicated to setup than Gunicorn.
|
||||||
It also provides many other utilities for writing robust web
|
It also provides many other utilities for writing robust web
|
||||||
applications. To run a Flask application, tell Gunicorn how to import
|
applications. To run a Flask application, tell uWSGI how to import
|
||||||
your Flask app object.
|
your Flask app object.
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue