Skip to content

Commit c8a7fef

Browse files
committed
uwsgi resource
1 parent cefe3c9 commit c8a7fef

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4945,6 +4945,12 @@ <h2>WSGI resources</h2>
49454945
<p>Another Digital Ocean walkthrough goes into
49464946
<a href="https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx">How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx</a>.</p>
49474947
</li>
4948+
<li>
4949+
<p><a href="https://lincolnloop.com/blog/uwsgi-swiss-army-knife/">The uWSGI Swiss Army Knife</a>
4950+
shows how uWSGI can potentially be used for more than just running the
4951+
Python web application - it can also serve static files and handling
4952+
caching in a deployment.</p>
4953+
</li>
49484954
</ul>
49494955
<h2>WSGI servers learning checklist</h2>
49504956
<ol>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-01T09:13:59Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-02T08:48:36Z</updated></feed>

source/content/pages/07-web-app-deployment/07-wsgi-servers.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ The following are WSGI servers based on community recommendations.
202202
* Another Digital Ocean walkthrough goes into
203203
[How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx](https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx).
204204

205+
* [The uWSGI Swiss Army Knife](https://lincolnloop.com/blog/uwsgi-swiss-army-knife/)
206+
shows how uWSGI can potentially be used for more than just running the
207+
Python web application - it can also serve static files and handling
208+
caching in a deployment.
209+
205210

206211
## WSGI servers learning checklist
207212
1. Understand that WSGI is a standard Python specification for applications

wsgi-servers.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ <h2>WSGI resources</h2>
234234
<p>Another Digital Ocean walkthrough goes into
235235
<a href="https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx">How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx</a>.</p>
236236
</li>
237+
<li>
238+
<p><a href="https://lincolnloop.com/blog/uwsgi-swiss-army-knife/">The uWSGI Swiss Army Knife</a>
239+
shows how uWSGI can potentially be used for more than just running the
240+
Python web application - it can also serve static files and handling
241+
caching in a deployment.</p>
242+
</li>
237243
</ul>
238244
<h2>WSGI servers learning checklist</h2>
239245
<ol>

0 commit comments

Comments
 (0)