Skip to content

Commit f20130f

Browse files
committed
Adding web server tutorials for nginx.
1 parent 3e381d2 commit f20130f

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

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>2013-08-12T12:14:55Z</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>2013-08-20T11:08:57Z</updated></feed>

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ <h1>Web Server</h1>
285285
<div class="section" id="web-server-resources">
286286
<h2>Web Server Resources</h2>
287287
<p><a class="reference external" href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a></p>
288+
<p><a class="reference external" href="http://articles.slicehost.com/nginx">Nginx web server tutorials</a></p>
288289
<p><a class="reference external" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Status Codes</a></p>
289290
</div>
290291

@@ -417,6 +418,9 @@ <h1>CDN</h1>
417418
<h2>CDN Resources</h2>
418419
<p><a class="reference external" href="http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/">Using Amazon S3 to host your Django static files</a></p>
419420
<p><a class="reference external" href="http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx">CDNs fail, but your scripts don't have to</a></p>
421+
<p><a class="reference external" href="http://django-storages.readthedocs.org/en/latest/">django-storages</a> is
422+
a Django library for managing static and media files on services such as
423+
Amazon S3 and other content delivery networks.</p>
420424
</div>
421425

422426
</section>

pages/content-delivery-network.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ <h1>CDN</h1>
6666
<h2>CDN Resources</h2>
6767
<p><a class="reference external" href="http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/">Using Amazon S3 to host your Django static files</a></p>
6868
<p><a class="reference external" href="http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx">CDNs fail, but your scripts don't have to</a></p>
69+
<p><a class="reference external" href="http://django-storages.readthedocs.org/en/latest/">django-storages</a> is
70+
a Django library for managing static and media files on services such as
71+
Amazon S3 and other content delivery networks.</p>
6972
</div>
7073

7174
<hr/>

pages/web-server.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ <h1>Web Server</h1>
7575
<div class="section" id="web-server-resources">
7676
<h2>Web Server Resources</h2>
7777
<p><a class="reference external" href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a></p>
78+
<p><a class="reference external" href="http://articles.slicehost.com/nginx">Nginx web server tutorials</a></p>
7879
<p><a class="reference external" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Status Codes</a></p>
7980
</div>
8081

source/content/pages/content-delivery-network.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ CDN Resources
2828

2929
`CDNs fail, but your scripts don't have to <http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx>`_
3030

31+
`django-storages <http://django-storages.readthedocs.org/en/latest/>`_ is
32+
a Django library for managing static and media files on services such as
33+
Amazon S3 and other content delivery networks.
34+

source/content/pages/web-server.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ Web Server Resources
4141
--------------------
4242
`Apache and mod_wsgi on Ubuntu 10.04 <http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid>`_
4343

44+
`Nginx web server tutorials <http://articles.slicehost.com/nginx>`_
45+
4446
`HTTP Status Codes <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>`_
47+
48+

0 commit comments

Comments
 (0)