[master] d135985 Use PROXY syntax.

Lasse Karstensen lkarsten at varnish-software.com
Tue May 5 16:25:48 CEST 2015


commit d13598575f6397376b1796d9952af8aff792d52d
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue May 5 16:24:06 2015 +0200

    Use PROXY syntax.
    
    This is obviously different than in the original patch, a change
    which I seem to have missed.
    
    Spotted by Dridi.

diff --git a/doc/sphinx/whats-new/changes.rst b/doc/sphinx/whats-new/changes.rst
index 66c9255..c5d181b 100644
--- a/doc/sphinx/whats-new/changes.rst
+++ b/doc/sphinx/whats-new/changes.rst
@@ -72,7 +72,7 @@ proxy can signal the real client address.
 
 The ``-a`` startup argument syntax has been expanded to allow for this::
 
-    $ varnishd -f /etc/varnish/default.vcl -a :6081,proxy at 127.0.0.1:6086
+    $ varnishd -f /etc/varnish/default.vcl -a :6081 -a 127.0.0.1:6086,PROXY
 
 
 Both PROXY1 and PROXY2 protocols are supported on the resulting listening



More information about the varnish-commit mailing list