mirror of
https://github.com/openziti/zrok.git
synced 2025-01-01 11:39:15 +01:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
|
http:// {
|
||
|
bind {{ .ZrokBindAddress }}
|
||
|
reverse_proxy /google/* https://google.com
|
||
|
reverse_proxy /* 127.0.0.1:3000 {
|
||
|
header_up Host localhost:3000
|
||
|
}
|
||
|
}
|