mirror of
https://github.com/openziti/zrok.git
synced 2024-12-29 18:19:04 +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
|
|
}
|
|
}
|