mirror of
https://github.com/openziti/zrok.git
synced 2025-03-09 20:41:31 +01:00
parent
ca6a11cc59
commit
7425247e7c
@ -1,6 +1,10 @@
|
|||||||
http:// {
|
http:// {
|
||||||
bind {{ .ZrokBindAddress }}
|
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 {
|
reverse_proxy /* 127.0.0.1:3000 {
|
||||||
header_up Host localhost:3000
|
header_up Host localhost:3000
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user