summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-14 12:50:22 +0100
committerLoïc Hoguin <[email protected]>2018-11-14 13:01:50 +0100
commit4ddd4e856a43c800227878c4b145aca15ce3f579 (patch)
treeb77249acd42d45afdf58dc1de177b9cf68f6c61f /articles/index.html
parent441272421acfae86d3605e1533e0f5f3b9c2b1c3 (diff)
downloadninenines.eu-4ddd4e856a43c800227878c4b145aca15ce3f579.tar.gz
ninenines.eu-4ddd4e856a43c800227878c4b145aca15ce3f579.tar.bz2
ninenines.eu-4ddd4e856a43c800227878c4b145aca15ce3f579.zip
Ranch 1.7.0
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html37
1 files changed, 19 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html
index 4027a9ef..d5e1fbe4 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/ranch-1.7.0/">Ranch 1.7</a></h2>
+ <p class="date">
+ <span class="year">2018</span>
+ <span class="day-month">14 Nov</span>
+ </p>
+ </header>
+
+ <p>Ranch 1.7.0 has been released!
+This release adds built-in support for the PROXY protocol.
+The PROXY protocol is a simple and efficient way for proxies to transmit information about the client.
+While a third-party library already existed, it was not entirely compatible with the Ranch interface, in particular when socket active mode was involved. This new implementation fixes that and supports the full protocol with as little overhead as possible compared to normal operations: just one extra function call.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/ranch-1.7.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.5.0/">Cowboy 2.5</a></h2>
<p class="date">
<span class="year">2018</span>
@@ -418,24 +437,6 @@ Prefer tickets; often when people have issues it highlights an underlying proble
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/website-update/">Website update</a></h2>
- <p class="date">
- <span class="year">2016</span>
- <span class="day-month">02 Apr</span>
- </p>
- </header>
-
- <p>Last week-end I updated the Nine Nines website.
-I switched to Hugo. The site is now built from Asciidoc documents. You probably saw me switch to Asciidoc for documentation this past year. This is the natural conclusion to that story. The great thing is that with a little bit of Makefile magic I can just copy the documentation files into Hugo and poof, they appear on the website.
-I am very happy with that new setup.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/website-update/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">