Skip to content

Commit ee3ed6a

Browse files
committed
adding new nginx resource
1 parent 3ec65bb commit ee3ed6a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,11 @@ <h2>Web server resources</h2>
12571257
<li>
12581258
<p><a href="http://ibuildings.nl/blog/2013/03/4-http-security-headers-you-should-always-be-using">4 HTTP Security Headers You Should Always Be Using</a></p>
12591259
</li>
1260+
<li>
1261+
<p><a href="http://lincolnloop.com/blog/rate-limiting-nginx/">Rate Limiting with Nginx</a>
1262+
covers how to mitigate against brute force password guessing attempts using
1263+
Nginx rate limits.</p>
1264+
</li>
12601265
</ul>
12611266
<h2>Web servers learning checklist</h2>
12621267
<p><i class="fa fa-check-square-o"></i>

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>2014-11-18T18:58:43Z</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>2014-11-19T07:45:25Z</updated></feed>

source/content/pages/03-deployment/0307-web-servers.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ is provided by W3C.
102102

103103
* [4 HTTP Security Headers You Should Always Be Using](http://ibuildings.nl/blog/2013/03/4-http-security-headers-you-should-always-be-using)
104104

105+
* [Rate Limiting with Nginx](http://lincolnloop.com/blog/rate-limiting-nginx/)
106+
covers how to mitigate against brute force password guessing attempts using
107+
Nginx rate limits.
108+
105109

106110
## Web servers learning checklist
107111
<i class="fa fa-check-square-o"></i>

web-servers.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ <h2>Web server resources</h2>
125125
<li>
126126
<p><a href="http://ibuildings.nl/blog/2013/03/4-http-security-headers-you-should-always-be-using">4 HTTP Security Headers You Should Always Be Using</a></p>
127127
</li>
128+
<li>
129+
<p><a href="http://lincolnloop.com/blog/rate-limiting-nginx/">Rate Limiting with Nginx</a>
130+
covers how to mitigate against brute force password guessing attempts using
131+
Nginx rate limits.</p>
132+
</li>
128133
</ul>
129134
<h2>Web servers learning checklist</h2>
130135
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)