github.com/avenga/couper@v1.12.2/server/testdata/multi/backends/errors/api_ep.hcl (about) 1 server { 2 api { 3 endpoint "/" { 4 proxy { 5 backend { 6 origin = "https://example.com" 7 } 8 backend = "BE" 9 } 10 } 11 } 12 }