You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4945,6 +4945,12 @@ <h2>WSGI resources</h2>
4945
4945
<p>Another Digital Ocean walkthrough goes into
4946
4946
<ahref="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>
4947
4947
</li>
4948
+
<li>
4949
+
<p><ahref="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
Copy file name to clipboardExpand all lines: source/content/pages/07-web-app-deployment/07-wsgi-servers.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,11 @@ The following are WSGI servers based on community recommendations.
202
202
* Another Digital Ocean walkthrough goes into
203
203
[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).
204
204
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
+
205
210
206
211
## WSGI servers learning checklist
207
212
1. Understand that WSGI is a standard Python specification for applications
Copy file name to clipboardExpand all lines: wsgi-servers.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,12 @@ <h2>WSGI resources</h2>
234
234
<p>Another Digital Ocean walkthrough goes into
235
235
<ahref="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>
236
236
</li>
237
+
<li>
238
+
<p><ahref="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
0 commit comments