github.com/avenga/couper@v1.12.2/server/testdata/integration/files/02_couper.hcl (about) 1 server "multi-files-host1" { 2 hosts = ["*", "couper.io:9898"] 3 error_file = "./../server_error.html" 4 5 files { 6 base_path = "/a" 7 document_root = "./htdocs_a" 8 } 9 } 10 11 server "multi-files-host2" { 12 hosts = ["example.com:9898"] 13 error_file = "./../server_error.html" 14 15 base_path = "/b" 16 files { 17 document_root = "./htdocs_b" 18 } 19 }