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

     1  server "settings" {
     2    api {
     3      endpoint "/" {
     4        proxy {
     5          backend {
     6            origin = "http://example.com"
     7          }
     8        }
     9      }
    10    }
    11  }
    12  
    13  settings {
    14    secure_cookies = "strip"
    15  }