mirror of
https://github.com/openziti/zrok.git
synced 2025-02-01 19:10:05 +01:00
parent
ca6a11cc59
commit
7425247e7c
@ -1,6 +1,10 @@
|
||||
http:// {
|
||||
bind {{ .ZrokBindAddress }}
|
||||
reverse_proxy /zrok/* https://zrok.io
|
||||
handle_path /zrok/* {
|
||||
reverse_proxy https://zrok.io {
|
||||
header_up Host zrok.io
|
||||
}
|
||||
}
|
||||
reverse_proxy /* 127.0.0.1:3000 {
|
||||
header_up Host localhost:3000
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user