[master] 628b7542a vcl_var.rst: Fix server.ip doc

Walid Boudebouda walid.boudebouda at gmail.com
Thu Mar 6 13:57:07 UTC 2025


commit 628b7542a6984adc290ccaa8ab7065b84108fbbf
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Thu Mar 6 14:53:40 2025 +0100

    vcl_var.rst: Fix server.ip doc
    
    When there is no proxy, server.ip is the same as local.ip

diff --git a/doc/sphinx/reference/vcl_var.rst b/doc/sphinx/reference/vcl_var.rst
index b9ef20e0d..f59abf263 100644
--- a/doc/sphinx/reference/vcl_var.rst
+++ b/doc/sphinx/reference/vcl_var.rst
@@ -97,7 +97,7 @@ server.ip
 
 
 	The IP address of the socket on which the client
-	connection was received, either the same as ``server.ip``
+	connection was received, either the same as ``local.ip``
 	or what the PROXY protocol told us.
 
 


More information about the varnish-commit mailing list