[master] 1af1ff4f8 Typo. A director having two backends with the same IP is confusing

Denes Matetelki denes.matetelki at gmail.com
Thu Aug 1 14:13:11 UTC 2019


commit 1af1ff4f8ddb360859cb946f1c282add66f41bd0
Author: Denes Matetelki <dmatetelki at varnish-software.com>
Date:   Mon Jul 22 13:55:46 2019 +0200

    Typo. A director having two backends with the same IP is confusing

diff --git a/doc/sphinx/users-guide/vcl-backends.rst b/doc/sphinx/users-guide/vcl-backends.rst
index 7867140eb..24d0dec7d 100644
--- a/doc/sphinx/users-guide/vcl-backends.rst
+++ b/doc/sphinx/users-guide/vcl-backends.rst
@@ -131,7 +131,7 @@ call certain actions in `vcl_init`.::
         .host = "192.168.0.10";
     }
     backend server2 {
-        .host = "192.168.0.10";
+        .host = "192.168.0.11";
     }
 
     sub vcl_init {


More information about the varnish-commit mailing list