mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-23 00:36:55 +03:00
6 lines
280 B
YAML
6 lines
280 B
YAML
default:
|
|
- {route: "^/api/svc1/(.*)", dest: "http://127.0.0.1:8080/blah1/$1"}
|
|
- {route: "/api/svc3/xyz", dest: "http://127.0.0.3:8080/blah3/xyz", "ping": "http://127.0.0.3:8080/ping"}
|
|
srv.example.com:
|
|
- {route: "^/api/svc2/(.*)", dest: "http://127.0.0.2:8080/blah2/$1/abc"}
|