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/"
|
||||
rewrite= "/api/"
|
||||
[[proxy]]
|
||||
backend="http://localhost:9345/original"
|
||||
[[proxy]]
|
||||
backend="http://localhost:9345/graphiql"
|
||||
[[proxy]]
|
||||
backend="http://localhost:9345/graphql"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user