File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4709,6 +4709,13 @@ <h2>Nginx resources</h2>
47094709 better performance.</ p >
47104710</ li >
47114711< li >
4712+ < p > < a href ="https://2ton.com.au/rwasa/ "> rwasa</ a > is a newly released web server written
4713+ in Assembly with no external dependencies that tuned to be faster than Nginx.
4714+ The benchmarks are worth taking a look at to see if this server could fit
4715+ your needs if you need the fastest performance trading off for as of yet
4716+ untested web server.</ p >
4717+ </ li >
4718+ < li >
47124719< p > < a href ="http://lincolnloop.com/blog/rate-limiting-nginx/ "> Rate Limiting with Nginx</ a >
47134720 covers how to mitigate against brute force password guessing attempts using
47144721 Nginx rate limits.</ p >
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-07-25T08:27:38Z </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-07-29T13:53:18Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -103,6 +103,12 @@ is provided by W3C.
103103 explains how Nginx can be used instead of Apache in some cases for
104104 better performance.
105105
106+ * [ rwasa] ( https://2ton.com.au/rwasa/ ) is a newly released web server written
107+ in Assembly with no external dependencies that tuned to be faster than Nginx.
108+ The benchmarks are worth taking a look at to see if this server could fit
109+ your needs if you need the fastest performance trading off for as of yet
110+ untested web server.
111+
106112* [ Rate Limiting with Nginx] ( http://lincolnloop.com/blog/rate-limiting-nginx/ )
107113 covers how to mitigate against brute force password guessing attempts using
108114 Nginx rate limits.
Original file line number Diff line number Diff line change @@ -136,6 +136,13 @@ <h2>Nginx resources</h2>
136136 better performance.</ p >
137137</ li >
138138< li >
139+ < p > < a href ="https://2ton.com.au/rwasa/ "> rwasa</ a > is a newly released web server written
140+ in Assembly with no external dependencies that tuned to be faster than Nginx.
141+ The benchmarks are worth taking a look at to see if this server could fit
142+ your needs if you need the fastest performance trading off for as of yet
143+ untested web server.</ p >
144+ </ li >
145+ < li >
139146< p > < a href ="http://lincolnloop.com/blog/rate-limiting-nginx/ "> Rate Limiting with Nginx</ a >
140147 covers how to mitigate against brute force password guessing attempts using
141148 Nginx rate limits.</ p >
You can’t perform that action at this time.
0 commit comments