mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
parent
fd66db1ba2
commit
d8e9d3ac20
7
etc/caddy/multiple_upstream.Caddyfile
Normal file
7
etc/caddy/multiple_upstream.Caddyfile
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user