Skip to content

Instantly share code, notes, and snippets.

@vmihailenco
Created June 2, 2019 13:37
Show Gist options
  • Save vmihailenco/4188f665e8ba3792f12e0058a6373345 to your computer and use it in GitHub Desktop.
Save vmihailenco/4188f665e8ba3792f12e0058a6373345 to your computer and use it in GitHub Desktop.
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