Created
September 20, 2016 15:22
-
-
Save ThijsFeryn/cab450ee26856554a2e1d52856144492 to your computer and use it in GitHub Desktop.
Varnish 5 offers backend PROXY protocol support. If you add the ".proxy_header" attribute, the PROXY protocol will be used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend default { | |
.host = "127.0.0.1"; | |
.port = "8080"; | |
.proxy_header = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment