Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Adding PROXY protocol support by adding an extra listener on a separate port. Explictly add the PROXY keyword to enforce the protocol
/usr/sbin/varnishd -a :6081 -a :6083,PROXY -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,5g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment