mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
http:// {
|
|
bind {{ .ZrokBindAddress }}
|
|
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
|
|
}
|
|
}
|