@@ -160,14 +160,14 @@ uWSGI
160
160
-----
161
161
162
162
`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
165
165
programming 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
167
167
server (such as Nginx or Apache). In the latter case, a web server can
168
168
configure uWSGI and an application's operation over the
169
169
`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
171
171
Python, passing environment variables and further tuning. For full details,
172
172
see `uWSGI magic
173
173
variables <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
221
221
Dyno (abstracted servers) at a time.
222
222
223
223
Heroku 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/ >`_.
227
227
228
228
229
229
DotCloud
0 commit comments