Hi,

The server name from limit sessions example is missing.

This patch add the name in the doc.

>From 9f7a1caa78dc5135df16d3da21d075f9f23c80f7 Mon Sep 17 00:00:00 2001
From: Panagiotis Panagiotopoulos <[email protected]>
Date: Thu, 11 Feb 2016 16:37:15 +0200
Subject: [PATCH] DOC: add server name at rate-limit sessions example

---
 doc/configuration.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index 25b94af..d1a8ee1 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -6493,7 +6493,7 @@ rate-limit sessions <rate>
             mode tcp
             bind :25
             rate-limit sessions 10
-            server 127.0.0.1:1025
+            server smtp1 127.0.0.1:1025
 
   Note : when the maximum rate is reached, the frontend's status is not changed
          but its sockets appear as "WAITING" in the statistics if the
-- 
2.1.4

Reply via email to