github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/assets/apis/example_SingleDefinition.json (about) 1 { 2 "name" : "example", 3 "active" : true, 4 "proxy" : { 5 "preserve_host" : false, 6 "listen_path" : "/example/*", 7 "upstreams" : { 8 "balancing": "roundrobin", 9 "targets": [ 10 {"target": "http://localhost:9089/hello-world"} 11 ] 12 }, 13 "strip_path" : false, 14 "append_path" : false, 15 "methods" : ["GET"] 16 }, 17 "plugins": [ 18 { 19 "name": "rate_limit", 20 "enabled": true, 21 "config": { 22 "limit": "5-M", 23 "policy": "local" 24 } 25 } 26 ], 27 "health_check": { 28 "url": "http://localhost:9089/status", 29 "timeout": 3 30 } 31 }