github.com/avenga/couper@v1.12.2/server/testdata/settings/05_couper.hcl (about)

     1  server "accepting-forwarded-url" {
     2    endpoint "/path" {
     3      response {
     4        json_body = request
     5      }
     6    }
     7  }
     8  settings {
     9    accept_forwarded_url = [ "proto", "host", "port" ]
    10  }