update docs and examples

This commit is contained in:
Umputun
2021-05-28 16:11:31 -05:00
parent 282b4b268c
commit 81e8f4a029
2 changed files with 33 additions and 26 deletions

View File

@@ -3,4 +3,4 @@ default:
- {route: "/api/svc2", dest: "http://127.0.0.1:8082/api", "ping": "http://127.0.0.1:8082/health"}
localhost:
- {route: "^/api/svc3/(.*)", dest: "http://localhost:8083/$1","ping": "http://127.0.0.1:8083/health"}
- {route: "/www", dest: "web2", "static": y}
- {route: "/www", dest: "web2", "assets": true}