Created
June 2, 2019 13:37
-
-
Save vmihailenco/4188f665e8ba3792f12e0058a6373345 to your computer and use it in GitHub Desktop.
This file contains 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
frontend fe_http | |
bind *:80 | |
capture request header Connection len 32 | |
capture response header Connection len 32 | |
default_backend be_go | |
backend be_go | |
#http-request del-header Connection | |
server s0 localhost:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment