multiple upstream example (#330, #388)

This commit is contained in:
Michael Quigley 2023-08-31 14:05:13 -04:00
parent fd66db1ba2
commit d8e9d3ac20
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -0,0 +1,7 @@
http:// {
bind {{ .ZrokBindAddress }}
reverse_proxy /google/* https://google.com
reverse_proxy /* 127.0.0.1:3000 {
header_up Host localhost:3000
}
}