web: have trunk proxy /original/ requests to backend
This commit is contained in:
parent
99a104517d
commit
ac5660a6d0
@ -10,6 +10,8 @@ port = 6758
|
|||||||
backend = "http://localhost:9345/"
|
backend = "http://localhost:9345/"
|
||||||
rewrite= "/api/"
|
rewrite= "/api/"
|
||||||
[[proxy]]
|
[[proxy]]
|
||||||
|
backend="http://localhost:9345/original"
|
||||||
|
[[proxy]]
|
||||||
backend="http://localhost:9345/graphiql"
|
backend="http://localhost:9345/graphiql"
|
||||||
[[proxy]]
|
[[proxy]]
|
||||||
backend="http://localhost:9345/graphql"
|
backend="http://localhost:9345/graphql"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user