Skip to content

Commit eb62174

Browse files
committed
Adding another tutorial for nginx.
1 parent f20130f commit eb62174

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-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-20T11:08:57Z</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:11:37Z</updated></feed>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ <h1>Web Server</h1>
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>
288288
<p><a class="reference external" href="http://articles.slicehost.com/nginx">Nginx web server tutorials</a></p>
289+
<p><a class="reference external" href="http://carrot.is/coding/nginx_introduction">Nginx for Developers: An Introduction</a></p>
289290
<p><a class="reference external" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Status Codes</a></p>
290291
</div>
291292

pages/web-server.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ <h1>Web Server</h1>
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>
7878
<p><a class="reference external" href="http://articles.slicehost.com/nginx">Nginx web server tutorials</a></p>
79+
<p><a class="reference external" href="http://carrot.is/coding/nginx_introduction">Nginx for Developers: An Introduction</a></p>
7980
<p><a class="reference external" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Status Codes</a></p>
8081
</div>
8182

source/content/pages/web-server.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Web Server Resources
4343

4444
`Nginx web server tutorials <http://articles.slicehost.com/nginx>`_
4545

46+
`Nginx for Developers: An Introduction <http://carrot.is/coding/nginx_introduction>`_
47+
4648
`HTTP Status Codes <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>`_
4749

4850

0 commit comments

Comments
 (0)