summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.5/guide/listeners/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.5/guide/listeners/index.html')
-rw-r--r--docs/en/cowboy/2.5/guide/listeners/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/en/cowboy/2.5/guide/listeners/index.html b/docs/en/cowboy/2.5/guide/listeners/index.html
index 2c2f58e9..d6e3a227 100644
--- a/docs/en/cowboy/2.5/guide/listeners/index.html
+++ b/docs/en/cowboy/2.5/guide/listeners/index.html
@@ -68,7 +68,7 @@
<h2 id="_clear_tcp_listener">Clear TCP listener</h2>
<p>The clear TCP listener will accept connections on the given port. A typical HTTP server would listen on port 80. Port 80 requires special permissions on most platforms however so a common alternative is port 8080.</p>
<p>The following snippet starts listening for connections on port 8080:</p>
-<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -90,7 +90,7 @@ http://www.gnu.org/software/src-highlite -->
<p>The secure TLS listener will accept connections on the given port. A typical HTTPS server would listen on port 443. Port 443 requires special permissions on most platforms however so a common alternative is port 8443.</p>
<!-- @todo Make a complete list of restrictions.-->
<p>The function provided by Cowboy will ensure that the TLS options given are following the HTTP/2 RFC with regards to security. For example some TLS extensions or ciphers may be disabled. This also applies to HTTP/1.1 connections on this listener. If this is not desirable, Ranch can be used directly to setup a custom listener.</p>
-<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -173,6 +173,8 @@ http://www.gnu.org/software/src-highlite -->
+ <li><a href="/docs/en/cowboy/2.7/guide">2.7</a></li>
+
<li><a href="/docs/en/cowboy/2.6/guide">2.6</a></li>
<li><a href="/docs/en/cowboy/2.5/guide">2.5</a></li>