File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -3866,8 +3866,9 @@ <h2>Web server resources</h2>
38663866 Nginx rate limits.</ p >
38673867</ li >
38683868< li >
3869- < p > If you're looking to learn about web servers by building one, here's a
3870- < a href ="http://ruslanspivak.com/lsbaws-part1/ "> tutorial that shows how to code a web server in Python</ a > .</ p >
3869+ < p > If you're looking to learn about web servers by building one, here's
3870+ < a href ="http://ruslanspivak.com/lsbaws-part1/ "> part one of a tutorial that shows how to code a web server in Python</ a >
3871+ and < a href ="http://ruslanspivak.com/lsbaws-part2/ "> part two</ a > .</ p >
38713872</ li >
38723873</ ul >
38733874< h2 > Web servers learning checklist</ h2 >
Original file line number Diff line number Diff line change 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-04-06T07:38:10Z </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-04-07T08:58:49Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -95,8 +95,9 @@ is provided by W3C.
9595 covers how to mitigate against brute force password guessing attempts using
9696 Nginx rate limits.
9797
98- * If you're looking to learn about web servers by building one, here's a
99- [ tutorial that shows how to code a web server in Python] ( http://ruslanspivak.com/lsbaws-part1/ ) .
98+ * If you're looking to learn about web servers by building one, here's
99+ [ part one of a tutorial that shows how to code a web server in Python] ( http://ruslanspivak.com/lsbaws-part1/ )
100+ and [ part two] ( http://ruslanspivak.com/lsbaws-part2/ ) .
100101
101102
102103## Web servers learning checklist
Original file line number Diff line number Diff line change @@ -127,8 +127,9 @@ <h2>Web server resources</h2>
127127 Nginx rate limits.</ p >
128128</ li >
129129< li >
130- < p > If you're looking to learn about web servers by building one, here's a
131- < a href ="http://ruslanspivak.com/lsbaws-part1/ "> tutorial that shows how to code a web server in Python</ a > .</ p >
130+ < p > If you're looking to learn about web servers by building one, here's
131+ < a href ="http://ruslanspivak.com/lsbaws-part1/ "> part one of a tutorial that shows how to code a web server in Python</ a >
132+ and < a href ="http://ruslanspivak.com/lsbaws-part2/ "> part two</ a > .</ p >
132133</ li >
133134</ ul >
134135< h2 > Web servers learning checklist</ h2 >
You can’t perform that action at this time.
0 commit comments