Skip to content

Commit e7f0806

Browse files
committed
new nginx resource
1 parent f8c0f85 commit e7f0806

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
@@ -5250,6 +5250,12 @@ <h2>Web server resources</h2>
52505250
<h2>Nginx resources</h2>
52515251
<ul>
52525252
<li>
5253+
<p>The <a href="http://www.aosabook.org/en/nginx.html">Nginx chapter</a> in the
5254+
<a href="http://www.aosabook.org/en/index.html">Architecture of Open Source Applications book</a>
5255+
has a great chapter devoted to why Nginx is built to scale a certain way
5256+
and lessons learned along the development journey.</p>
5257+
</li>
5258+
<li>
52535259
<p><a href="http://nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/">Inside Nginx: How we designed for performance and scale</a>
52545260
is a blog post from the developers behind Nginx on why they believe their
52555261
architecture model is more performant and scalable than other approaches

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-11-23T08:29:33Z</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-11-24T10:12:40Z</updated></feed>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ is provided by W3C.
8787

8888

8989
## Nginx resources
90+
* The [Nginx chapter](http://www.aosabook.org/en/nginx.html) in the
91+
[Architecture of Open Source Applications book](http://www.aosabook.org/en/index.html)
92+
has a great chapter devoted to why Nginx is built to scale a certain way
93+
and lessons learned along the development journey.
94+
9095
* [Inside Nginx: How we designed for performance and scale](http://nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/)
9196
is a blog post from the developers behind Nginx on why they believe their
9297
architecture model is more performant and scalable than other approaches

web-servers.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ <h2>Web server resources</h2>
112112
<h2>Nginx resources</h2>
113113
<ul>
114114
<li>
115+
<p>The <a href="http://www.aosabook.org/en/nginx.html">Nginx chapter</a> in the
116+
<a href="http://www.aosabook.org/en/index.html">Architecture of Open Source Applications book</a>
117+
has a great chapter devoted to why Nginx is built to scale a certain way
118+
and lessons learned along the development journey.</p>
119+
</li>
120+
<li>
115121
<p><a href="http://nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/">Inside Nginx: How we designed for performance and scale</a>
116122
is a blog post from the developers behind Nginx on why they believe their
117123
architecture model is more performant and scalable than other approaches

0 commit comments

Comments
 (0)