web: have trunk proxy /original/ requests to backend

This commit is contained in:
Bill Thiede 2023-12-02 16:35:18 -08:00
parent 99a104517d
commit ac5660a6d0

View File

@ -10,6 +10,8 @@ port = 6758
backend = "http://localhost:9345/"
rewrite= "/api/"
[[proxy]]
backend="http://localhost:9345/original"
[[proxy]]
backend="http://localhost:9345/graphiql"
[[proxy]]
backend="http://localhost:9345/graphql"