summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.10/guide/listeners/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-02 11:31:28 +0200
committerLoïc Hoguin <[email protected]>2023-05-02 11:31:28 +0200
commitc4b13de35093b72a84c8782c0e8b0461d4aeaa13 (patch)
tree4125a91a71034a58b85725ed9e33b524cb8fc62d /docs/en/cowboy/2.10/guide/listeners/index.html
parent70f82335ac393eba4bcccfbe3be6ccc8018fd5d9 (diff)
downloadninenines.eu-c4b13de35093b72a84c8782c0e8b0461d4aeaa13.tar.gz
ninenines.eu-c4b13de35093b72a84c8782c0e8b0461d4aeaa13.tar.bz2
ninenines.eu-c4b13de35093b72a84c8782c0e8b0461d4aeaa13.zip
Small Cowboy user guide fix
Diffstat (limited to 'docs/en/cowboy/2.10/guide/listeners/index.html')
-rw-r--r--docs/en/cowboy/2.10/guide/listeners/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.10/guide/listeners/index.html b/docs/en/cowboy/2.10/guide/listeners/index.html
index a99ff301..2689c5be 100644
--- a/docs/en/cowboy/2.10/guide/listeners/index.html
+++ b/docs/en/cowboy/2.10/guide/listeners/index.html
@@ -62,7 +62,7 @@
<h1 class="lined-header"><span>Listeners</span></h1>
<p>A listener is a set of processes that listens on a port for new connections. Incoming connections get handled by Cowboy. Depending on the connection handshake, one or another protocol may be used.</p>
-<p>This chapter is specific to Cowboy. Please refer to the <a href="https://ninenines.eu/docs/en/ranch/1.3/guide/listeners/">Ranch User Guide</a> for more information about listeners.</p>
+<p>This chapter is specific to Cowboy. Please refer to the <a href="https://ninenines.eu/docs/en/ranch/1.8/guide/listeners/">Ranch User Guide</a> for more information about listeners.</p>
<p>Cowboy provides two types of listeners: one listening for clear TCP connections, and one listening for secure TLS connections. Both of them support the HTTP/1.1 and HTTP/2 protocols.</p>
<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>