@@ -160,14 +160,14 @@ uWSGI
160160-----
161161
162162`uWSGI <https://uwsgi-docs.readthedocs.org >`_ is a full stack for building
163- hosting services. In addition to process management, process monitoring,
164- and other functionality, uWSGI acts as an application server for various
163+ hosting services. In addition to process management, process monitoring,
164+ and other functionality, uWSGI acts as an application server for various
165165programming languages and protocols - including Python and WSGI. uWSGI can
166- either be run as a stand-alone web router, or be run behind a full web
166+ either be run as a stand-alone web router, or be run behind a full web
167167server (such as Nginx or Apache). In the latter case, a web server can
168168configure uWSGI and an application's operation over the
169169`uwsgi <https://uwsgi-docs.readthedocs.org/en/latest/Protocol.html >`_
170- protocol. uWSGI's web server support allows for dynamically configuring
170+ protocol. uWSGI's web server support allows for dynamically configuring
171171Python, passing environment variables and further tuning. For full details,
172172see `uWSGI magic
173173variables <https://uwsgi-docs.readthedocs.org/en/latest/Vars.html> `_.
@@ -221,9 +221,9 @@ start to charge you once you "scale" your application to run on more than one
221221Dyno (abstracted servers) at a time.
222222
223223Heroku publishes `step-by-step instructions
224- <http ://devcenter.heroku.com/articles/python> `_ on how to set up your first
225- application for use in Heroku, and maintains a list of ` example applications
226- <http://python.herokuapp.com/> `_.
224+ <https ://devcenter.heroku.com/articles/getting-started-with- python> `_ on
225+ how to set up your first application for use in Heroku, and maintains a
226+ list of ` example applications <http://python.herokuapp.com/ >`_.
227227
228228
229229DotCloud
0 commit comments