github.com/avenga/couper@v1.12.2/server/testdata/settings/06_couper.hcl (about) 1 server "accepting-forwarded-url" { 2 endpoint "/path" { 3 response { 4 json_body = request 5 } 6 } 7 } 8 settings { 9 xfh = true 10 accept_forwarded_url = [ "proto", "port" ] 11 }