Commit d1359857 authored by Lasse Karstensen's avatar Lasse Karstensen

Use PROXY syntax.

This is obviously different than in the original patch, a change
which I seem to have missed.

Spotted by Dridi.
parent f12e24ef
......@@ -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@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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment